Class LookupNavigator
public abstract class LookupNavigator
- Inheritance
-
LookupNavigator
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
LookupNavigator(LookupDirection, LookupArguments, ParsingContext)
public LookupNavigator(LookupDirection direction, LookupArguments arguments, ParsingContext parsingContext)
Parameters
direction
LookupDirection
arguments
LookupArguments
parsingContext
ParsingContext
Fields
protected readonly LookupArguments Arguments
Field Value
- LookupArguments
protected readonly LookupDirection Direction
Field Value
- LookupDirection
ParsingContext
protected readonly ParsingContext ParsingContext
Field Value
- ParsingContext
Properties
public abstract object CurrentValue { get; }
Property Value
- object
public abstract int Index { get; }
Property Value
- int
Methods
public abstract object GetLookupValue()
Returns
- object
public abstract bool MoveNext()
Returns
- bool