IdentifierLookup DelegateNFX Class Library

[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.Parsing
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate string IdentifierLookup(
	string ident
)

Return Value

Type: OnlineString
See Also