WellKnownMemberNames Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the member names known to the compiler (such as .ctor
or op_Explicit
).
public ref class WellKnownMemberNames abstract sealed
public static class WellKnownMemberNames
type WellKnownMemberNames = class
Public Class WellKnownMemberNames
- Inheritance
-
WellKnownMemberNames
Fields
AdditionOperatorName |
The name assigned to the Addition operator. |
BitwiseAndOperatorName |
The name assigned to the BitwiseAnd operator. |
BitwiseOrOperatorName |
The name assigned to the BitwiseOr operator. |
CheckedAdditionOperatorName |
The name assigned to the checked Addition operator. |
CheckedDecrementOperatorName |
The name assigned to the checked Decrement operator. |
CheckedDivisionOperatorName |
The name assigned to the checked Division operator. |
CheckedExplicitConversionName |
The name assigned to a checked explicit (narrowing) conversion. |
CheckedIncrementOperatorName |
The name assigned to the checked Increment operator. |
CheckedMultiplyOperatorName |
The name assigned to the checked Multiply operator. |
CheckedSubtractionOperatorName |
The name assigned to the checked Subtraction operator. |
CheckedUnaryNegationOperatorName |
The name assigned to the checked UnaryNegation operator. |
CollectionInitializerAddMethodName |
The name for the |
ConcatenateOperatorName |
The name assigned to the Concatenate operator. |
CountPropertyName |
The required name for the |
CurrentPropertyName |
The required name for the |
DeconstructMethodName |
The required name for the |
DecrementOperatorName |
The name assigned to the Decrement operator. |
DefaultScriptClassName |
The default fully qualified name of a |
DelegateBeginInvokeName |
The name assigned to the delegate |
DelegateEndInvokeName |
The name assigned to the delegate |
DelegateInvokeName |
The name assigned to the delegate |
DestructorName |
The name assigned to the destructor. |
DisposeAsyncMethodName |
The required name for the |
DisposeMethodName |
The required name for the |
DivisionOperatorName |
The name assigned to the Division operator. |
EntryPointMethodName |
The name of an entry point method. |
EnumBackingFieldName |
Name of the enum backing field. |
EqualityOperatorName |
The name assigned to the Equality operator. |
ExclusiveOrOperatorName |
The name assigned to the ExclusiveOr operator. |
ExplicitConversionName |
The name assigned to an explicit (narrowing) conversion. |
ExponentOperatorName |
The name assigned to the Exponent operator. |
FalseOperatorName |
The name assigned to the False operator. |
GetAsyncEnumeratorMethodName |
The required name for the |
GetAwaiter |
The required name for the |
GetEnumeratorMethodName |
The required name for the |
GetResult |
The required name for the |
GreaterThanOperatorName |
The name assigned to the GreaterThan operator. |
GreaterThanOrEqualOperatorName |
The name assigned to the GreaterThanOrEqual operator. |
ImplicitConversionName |
The name assigned to an implicit (widening) conversion. |
IncrementOperatorName |
The name assigned to the Increment operator. |
Indexer |
The symbol name assigned to all indexers, other than explicit interface implementations. |
InequalityOperatorName |
The name assigned to the Inequality operator. |
InstanceConstructorName |
The name assigned to an instance constructor. |
IntegerDivisionOperatorName |
The name assigned to the IntegerDivision operator. |
IsCompleted |
The required name for the |
LeftShiftOperatorName |
The name assigned to the LeftShift operator. |
LengthPropertyName |
The required name for the |
LessThanOperatorName |
The name assigned to the LessThan operator. |
LessThanOrEqualOperatorName |
The name assigned to the LessThanOrEqual operator. |
LikeOperatorName |
The name assigned to the |
LogicalAndOperatorName |
The name assigned to the LogicalAnd operator. |
LogicalNotOperatorName |
The name assigned to the LogicalNot operator. |
LogicalOrOperatorName |
The name assigned to the LogicalOr operator. |
ModulusOperatorName |
The name assigned to the Modulus operator. |
MoveNextAsyncMethodName |
The required name for the |
MoveNextMethodName |
The required name for the |
MultiplyOperatorName |
The name assigned to the Multiply operator. |
ObjectEquals |
The name assigned to |
ObjectGetHashCode |
The name assigned to |
ObjectToString |
The name assigned to |
OnCompleted |
The name of the OnCompleted(Action) method used to register a resumption delegate (see C# Specification, §7.7.7.1 Awaitable expressions). |
OnesComplementOperatorName |
The name assigned to the OnesComplement operator. |
PrintMembersMethodName |
The required name for the |
RightShiftOperatorName |
The name assigned to the RightShift operator. |
SliceMethodName |
The required name for the |
StaticConstructorName |
The name assigned to the static constructor. |
SubtractionOperatorName |
The name assigned to the Subtraction operator. |
TopLevelStatementsEntryPointMethodName |
The name of an entry point method synthesized for top-level statements. |
TopLevelStatementsEntryPointTypeName |
The name of a type synthesized for a top-level statements entry point method. |
TrueOperatorName |
The name assigned to the True operator. |
UnaryNegationOperatorName |
The name assigned to the UnaryNegation operator. |
UnaryPlusOperatorName |
The name assigned to the UnaryPlus operator. |
UnsignedLeftShiftOperatorName |
The name assigned to the UnsignedLeftShift operator. |
UnsignedRightShiftOperatorName |
The name assigned to the UnsignedRightShift operator. |
ValuePropertyName |
The required name for the Value property used in a ForEach statement when the collection is a nullable struct. |