summaryrefslogtreecommitdiff
path: root/src/runtime/dotNet
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 09:09:45 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2017-08-30 09:09:45 +0200
commit8a50d851c330b5686f4d44cb0f94af1506fcf767 (patch)
tree3c5dfc383d8773bf94b1c8ad28889e0075d2881b /src/runtime/dotNet
parentbb5b5ca73b1ced85fff489cc1f6ed851c7367cd9 (diff)
Updated C# documentation
Diffstat (limited to 'src/runtime/dotNet')
-rw-r--r--src/runtime/dotNet/Expr.cs2
-rw-r--r--src/runtime/dotNet/Type.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/dotNet/Expr.cs b/src/runtime/dotNet/Expr.cs
index b5ab0b764..dada28fc0 100644
--- a/src/runtime/dotNet/Expr.cs
+++ b/src/runtime/dotNet/Expr.cs
@@ -38,7 +38,7 @@ namespace PGFSharp
/// </summary>
/// <param name="exprStr"></param>
/// <returns></returns>
- public Expr ReadExpr(string exprStr)
+ public static Expr ReadExpr(string exprStr)
{
var tmp_pool = new NativeGU.NativeMemoryPool();
var exn = new NativeGU.NativeExceptionContext(tmp_pool);
diff --git a/src/runtime/dotNet/Type.cs b/src/runtime/dotNet/Type.cs
index f9392bdf7..f60ab7cf1 100644
--- a/src/runtime/dotNet/Type.cs
+++ b/src/runtime/dotNet/Type.cs
@@ -35,7 +35,7 @@ namespace PGFSharp
/// </summary>
/// <param name="typeStr"></param>
/// <returns></returns>
- public Type ReadType(string typeStr)
+ public static Type ReadType(string typeStr)
{
var tmp_pool = new NativeGU.NativeMemoryPool();
var exn = new NativeGU.NativeExceptionContext(tmp_pool);