CSharpTokenizer Properties

The CSharpTokenizer type exposes the following members.

  NameDescription
Protected property 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(Of TSymbol, TSymbolType).)
Protected property 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(Of TSymbol, TSymbolType).)
Protected property 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(Of TSymbol, TSymbolType).)
Protected property 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(Of TSymbol, TSymbolType).)
Protected property 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(Of TSymbol, TSymbolType).)
Protected property 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(Of TReturn).)
Protected property 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(Of TSymbol, TSymbolType).)
Protected property 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(Of TSymbol, TSymbolType).)
Public property RazorCommentStarType This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the star type of the CSharpSymbolType. (Overrides Tokenizer(Of TSymbol, TSymbolType).RazorCommentStarType.)
Public property RazorCommentTransitionType This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor comment transition type for the CSharpSymbolType. (Overrides Tokenizer(Of TSymbol, TSymbolType).RazorCommentTransitionType.)
Public property RazorCommentType This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor comment type for the CSharpSymbolType. (Overrides Tokenizer(Of TSymbol, TSymbolType).RazorCommentType.)
Public property 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(Of TSymbol, TSymbolType).)
Protected property StartState This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the state of the machine. (Overrides StateMachine(Of TReturn).StartState.)
Top
Show: