forked from GitHub/gf-core
for consistency PGF.FunctionByCategory is renamed to PGF.FunctionsByCat
This commit is contained in:
@@ -870,7 +870,7 @@ List<String> funsByCat = gr.getFunctionsByCat("Weekday");
|
||||
....
|
||||
</pre>
|
||||
<pre class="csharp">
|
||||
IList<String> funsByCat = gr.FunctionsByCat("Weekday"); //// TODO
|
||||
IEnumerable<String> funsByCat = gr.FunctionsByCat("Weekday");
|
||||
....
|
||||
</pre>
|
||||
The full type of a function can be retrieved as:
|
||||
|
||||
Reference in New Issue
Block a user