Click or drag to resize
ExpressionParserTokenIdentifierIs Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.TokenIdentifierIs(System.String)"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private bool TokenIdentifierIs(
	string id
)

Parameters

id
Type: SystemString

Return Value

Type: Boolean
See Also