mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
Updated C# documentation
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user