Class WellKnownMemberNames
Inheritance
WellKnownMemberNames
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public static class WellKnownMemberNames
Fields
AdditionOperatorName
Declaration
public const string AdditionOperatorName = "op_Addition"
Field Value
BitwiseAndOperatorName
Declaration
public const string BitwiseAndOperatorName = "op_BitwiseAnd"
Field Value
BitwiseOrOperatorName
Declaration
public const string BitwiseOrOperatorName = "op_BitwiseOr"
Field Value
CheckedAdditionOperatorName
Declaration
public const string CheckedAdditionOperatorName = "op_CheckedAddition"
Field Value
CheckedDecrementOperatorName
Declaration
public const string CheckedDecrementOperatorName = "op_CheckedDecrement"
Field Value
CheckedDivisionOperatorName
Declaration
public const string CheckedDivisionOperatorName = "op_CheckedDivision"
Field Value
CheckedExplicitConversionName
Declaration
public const string CheckedExplicitConversionName = "op_CheckedExplicit"
Field Value
CheckedIncrementOperatorName
Declaration
public const string CheckedIncrementOperatorName = "op_CheckedIncrement"
Field Value
CheckedMultiplyOperatorName
Declaration
public const string CheckedMultiplyOperatorName = "op_CheckedMultiply"
Field Value
CheckedSubtractionOperatorName
Declaration
public const string CheckedSubtractionOperatorName = "op_CheckedSubtraction"
Field Value
CheckedUnaryNegationOperatorName
Declaration
public const string CheckedUnaryNegationOperatorName = "op_CheckedUnaryNegation"
Field Value
CollectionInitializerAddMethodName
Declaration
public const string CollectionInitializerAddMethodName = "Add"
Field Value
ConcatenateOperatorName
Declaration
public const string ConcatenateOperatorName = "op_Concatenate"
Field Value
CountPropertyName
Declaration
public const string CountPropertyName = "Count"
Field Value
CurrentPropertyName
Declaration
public const string CurrentPropertyName = "Current"
Field Value
DeconstructMethodName
Declaration
public const string DeconstructMethodName = "Deconstruct"
Field Value
DecrementOperatorName
Declaration
public const string DecrementOperatorName = "op_Decrement"
Field Value
DefaultScriptClassName
Declaration
public const string DefaultScriptClassName = "Script"
Field Value
DelegateBeginInvokeName
Declaration
public const string DelegateBeginInvokeName = "BeginInvoke"
Field Value
DelegateEndInvokeName
Declaration
public const string DelegateEndInvokeName = "EndInvoke"
Field Value
DelegateInvokeName
Declaration
public const string DelegateInvokeName = "Invoke"
Field Value
DestructorName
Declaration
public const string DestructorName = "Finalize"
Field Value
DisposeAsyncMethodName
Declaration
public const string DisposeAsyncMethodName = "DisposeAsync"
Field Value
DisposeMethodName
Declaration
public const string DisposeMethodName = "Dispose"
Field Value
DivisionOperatorName
Declaration
public const string DivisionOperatorName = "op_Division"
Field Value
EntryPointMethodName
Declaration
public const string EntryPointMethodName = "Main"
Field Value
EnumBackingFieldName
Declaration
public const string EnumBackingFieldName = "value__"
Field Value
EqualityOperatorName
Declaration
public const string EqualityOperatorName = "op_Equality"
Field Value
ExclusiveOrOperatorName
Declaration
public const string ExclusiveOrOperatorName = "op_ExclusiveOr"
Field Value
ExplicitConversionName
Declaration
public const string ExplicitConversionName = "op_Explicit"
Field Value
ExponentOperatorName
Declaration
public const string ExponentOperatorName = "op_Exponent"
Field Value
FalseOperatorName
Declaration
public const string FalseOperatorName = "op_False"
Field Value
GetAsyncEnumeratorMethodName
Declaration
public const string GetAsyncEnumeratorMethodName = "GetAsyncEnumerator"
Field Value
GetAwaiter
Declaration
public const string GetAwaiter = "GetAwaiter"
Field Value
GetEnumeratorMethodName
Declaration
public const string GetEnumeratorMethodName = "GetEnumerator"
Field Value
GetResult
Declaration
public const string GetResult = "GetResult"
Field Value
GreaterThanOperatorName
Declaration
public const string GreaterThanOperatorName = "op_GreaterThan"
Field Value
GreaterThanOrEqualOperatorName
Declaration
public const string GreaterThanOrEqualOperatorName = "op_GreaterThanOrEqual"
Field Value
ImplicitConversionName
Declaration
public const string ImplicitConversionName = "op_Implicit"
Field Value
IncrementOperatorName
Declaration
public const string IncrementOperatorName = "op_Increment"
Field Value
Indexer
Declaration
public const string Indexer = "this[]"
Field Value
InequalityOperatorName
Declaration
public const string InequalityOperatorName = "op_Inequality"
Field Value
InstanceConstructorName
Declaration
public const string InstanceConstructorName = ".ctor"
Field Value
IntegerDivisionOperatorName
Declaration
public const string IntegerDivisionOperatorName = "op_IntegerDivision"
Field Value
IsCompleted
Declaration
public const string IsCompleted = "IsCompleted"
Field Value
LeftShiftOperatorName
Declaration
public const string LeftShiftOperatorName = "op_LeftShift"
Field Value
LengthPropertyName
Declaration
public const string LengthPropertyName = "Length"
Field Value
LessThanOperatorName
Declaration
public const string LessThanOperatorName = "op_LessThan"
Field Value
LessThanOrEqualOperatorName
Declaration
public const string LessThanOrEqualOperatorName = "op_LessThanOrEqual"
Field Value
LikeOperatorName
Declaration
public const string LikeOperatorName = "op_Like"
Field Value
LogicalAndOperatorName
Declaration
public const string LogicalAndOperatorName = "op_LogicalAnd"
Field Value
LogicalNotOperatorName
Declaration
public const string LogicalNotOperatorName = "op_LogicalNot"
Field Value
LogicalOrOperatorName
Declaration
public const string LogicalOrOperatorName = "op_LogicalOr"
Field Value
ModulusOperatorName
Declaration
public const string ModulusOperatorName = "op_Modulus"
Field Value
MoveNextAsyncMethodName
Declaration
public const string MoveNextAsyncMethodName = "MoveNextAsync"
Field Value
MoveNextMethodName
Declaration
public const string MoveNextMethodName = "MoveNext"
Field Value
MultiplyOperatorName
Declaration
public const string MultiplyOperatorName = "op_Multiply"
Field Value
ObjectEquals
Declaration
public const string ObjectEquals = "Equals"
Field Value
ObjectGetHashCode
Declaration
public const string ObjectGetHashCode = "GetHashCode"
Field Value
ObjectToString
Declaration
public const string ObjectToString = "ToString"
Field Value
OnCompleted
Declaration
public const string OnCompleted = "OnCompleted"
Field Value
OnesComplementOperatorName
Declaration
public const string OnesComplementOperatorName = "op_OnesComplement"
Field Value
PrintMembersMethodName
Declaration
public const string PrintMembersMethodName = "PrintMembers"
Field Value
RightShiftOperatorName
Declaration
public const string RightShiftOperatorName = "op_RightShift"
Field Value
SliceMethodName
Declaration
public const string SliceMethodName = "Slice"
Field Value
StaticConstructorName
Declaration
public const string StaticConstructorName = ".cctor"
Field Value
SubtractionOperatorName
Declaration
public const string SubtractionOperatorName = "op_Subtraction"
Field Value
TopLevelStatementsEntryPointMethodName
Declaration
public const string TopLevelStatementsEntryPointMethodName = "<Main>$"
Field Value
TopLevelStatementsEntryPointTypeName
Declaration
public const string TopLevelStatementsEntryPointTypeName = "Program"
Field Value
TrueOperatorName
Declaration
public const string TrueOperatorName = "op_True"
Field Value
UnaryNegationOperatorName
Declaration
public const string UnaryNegationOperatorName = "op_UnaryNegation"
Field Value
UnaryPlusOperatorName
Declaration
public const string UnaryPlusOperatorName = "op_UnaryPlus"
Field Value
UnsignedLeftShiftOperatorName
Declaration
public const string UnsignedLeftShiftOperatorName = "op_UnsignedLeftShift"
Field Value
UnsignedRightShiftOperatorName
Declaration
public const string UnsignedRightShiftOperatorName = "op_UnsignedRightShift"
Field Value
ValuePropertyName
Declaration
public const string ValuePropertyName = "Value"
Field Value