Tokenizer<TSymbol, TSymbolType> Properties

Include Protected Members
Include Inherited Members

The Tokenizer<TSymbol, TSymbolType> type exposes the following members.

Properties

  Name Description
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.
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.
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.
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.
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.
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<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.
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.
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 for the razor comment.
Public property RazorCommentTransitionType This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the transition type for the razor comment.
Public property RazorCommentType This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of razor comment.
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.
Protected property StartState This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting state of the machine. (Inherited from StateMachine<TReturn>.)

Top

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace