VBTokenizer Properties
The VBTokenizer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Buffer | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the buffer for the tokenizer. (Inherited from Tokenizer(TSymbol, TSymbolType).) |
|
CurrentCharacter | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current character in the tokenizer. (Inherited from Tokenizer(TSymbol, TSymbolType).) |
|
CurrentErrors | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a list of the current razor errors. (Inherited from Tokenizer(TSymbol, TSymbolType).) |
|
CurrentLocation | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current source location. (Inherited from Tokenizer(TSymbol, TSymbolType).) |
|
CurrentStart | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the current start of the source location. (Inherited from Tokenizer(TSymbol, TSymbolType).) |
|
CurrentState | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the current state of the machine. (Inherited from StateMachine(TReturn).) |
|
EndOfFile | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value whether the tokenizer current location is at the end of the file. (Inherited from Tokenizer(TSymbol, TSymbolType).) |
|
HaveContent | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value whether the tokenizer have content. (Inherited from Tokenizer(TSymbol, TSymbolType).) |
|
RazorCommentStarType | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the VB symbol type. (Overrides Tokenizer(TSymbol, TSymbolType).RazorCommentStarType.) |
|
RazorCommentTransitionType | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the transition style of the VB symbol. (Overrides Tokenizer(TSymbol, TSymbolType).RazorCommentTransitionType.) |
|
RazorCommentType | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor type comment of the VBSymbolType. (Overrides Tokenizer(TSymbol, TSymbolType).RazorCommentType.) |
|
Source | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the source of the text document. (Inherited from Tokenizer(TSymbol, TSymbolType).) |
|
StartState | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the start state of the machine. (Overrides StateMachine(TReturn).StartState.) |
Show: