summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/runtime-api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/runtime-api.html b/doc/runtime-api.html
index 6c22f39f5..dd79eb152 100644
--- a/doc/runtime-api.html
+++ b/doc/runtime-api.html
@@ -870,7 +870,7 @@ List<String> funsByCat = gr.getFunctionsByCat("Weekday");
....
</pre>
<pre class="csharp">
-IList&lt;String&gt; funsByCat = gr.FunctionsByCat("Weekday"); //// TODO
+IEnumerable&lt;String&gt; funsByCat = gr.FunctionsByCat("Weekday");
....
</pre>
The full type of a function can be retrieved as: