Delegate IdentifierLookup
Evaluator class performs math and logical expression parsing and evaluation without allocating .NET compilers
Namespace: NFX.Parsing
Assembly: NFX.dll
Syntax
public delegate string IdentifierLookup(string ident);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | ident |
Returns
| Type | Description |
|---|---|
| System.String |