VBSymbolType 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 VBSymbolType
'Usage
Dim instance As VBSymbolType
public enum VBSymbolType
public enum class VBSymbolType
type VBSymbolType
public enum VBSymbolType

Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Hash 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.

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

IntegerLiteral 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.

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

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

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

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

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

Multiply 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.

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

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

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

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

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

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

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

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

Subtract 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