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)

public enum class CSharpSymbolType

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Show: