Share via


KnownSymbolType Enumeration

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Enumeration KnownSymbolType
'Usage
Dim instance As KnownSymbolType
public enum KnownSymbolType
public enum class KnownSymbolType
type KnownSymbolType
public enum KnownSymbolType

Members

Member name Description
CommentBody This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

CommentStar This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

CommentStart This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Identifier This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Keyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

NewLine This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Transition This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Unknown This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

WhiteSpace This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

Reference

System.Web.Razor.Tokenizer.Symbols Namespace