Share via


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

Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

XorAssign 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