From 8a50d851c330b5686f4d44cb0f94af1506fcf767 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 30 Aug 2017 09:09:45 +0200 Subject: Updated C# documentation --- src/runtime/dotNet/Expr.cs | 2 +- src/runtime/dotNet/Type.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/dotNet') 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 /// /// /// - 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 /// /// /// - public Type ReadType(string typeStr) + public static Type ReadType(string typeStr) { var tmp_pool = new NativeGU.NativeMemoryPool(); var exn = new NativeGU.NativeExceptionContext(tmp_pool); -- cgit v1.2.3