Updated C# documentation

This commit is contained in:
Krasimir Angelov
2017-08-30 09:09:45 +02:00
parent bb5b5ca73b
commit 8a50d851c3
3 changed files with 31 additions and 25 deletions

View File

@@ -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);

View File

@@ -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);