[This is preliminary documentation and is subject to change.]
Evaluator class performs math and logical expression parsing and evaluation without allocating .NET compilers
Namespace: NFX.ParsingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public delegate string IdentifierLookup(
string ident
)
public delegate string IdentifierLookup(
string ident
)
Public Delegate Function IdentifierLookup (
ident As String
) As String
Public Delegate Function IdentifierLookup (
ident As String
) As String
public delegate String^ IdentifierLookup(
String^ ident
)
public delegate String^ IdentifierLookup(
String^ ident
)
type IdentifierLookup =
delegate of
ident : string -> string
type IdentifierLookup =
delegate of
ident : string -> string
Return Value
Type:
String