Search Results for

    Show / Hide Table of Contents

    Class WellKnownMemberNames

    Inheritance
    object
    WellKnownMemberNames
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public static class WellKnownMemberNames

    Fields

    AdditionOperatorName

    Declaration
    public const string AdditionOperatorName = "op_Addition"
    Field Value
    Type Description
    string

    BitwiseAndOperatorName

    Declaration
    public const string BitwiseAndOperatorName = "op_BitwiseAnd"
    Field Value
    Type Description
    string

    BitwiseOrOperatorName

    Declaration
    public const string BitwiseOrOperatorName = "op_BitwiseOr"
    Field Value
    Type Description
    string

    CheckedAdditionOperatorName

    Declaration
    public const string CheckedAdditionOperatorName = "op_CheckedAddition"
    Field Value
    Type Description
    string

    CheckedDecrementOperatorName

    Declaration
    public const string CheckedDecrementOperatorName = "op_CheckedDecrement"
    Field Value
    Type Description
    string

    CheckedDivisionOperatorName

    Declaration
    public const string CheckedDivisionOperatorName = "op_CheckedDivision"
    Field Value
    Type Description
    string

    CheckedExplicitConversionName

    Declaration
    public const string CheckedExplicitConversionName = "op_CheckedExplicit"
    Field Value
    Type Description
    string

    CheckedIncrementOperatorName

    Declaration
    public const string CheckedIncrementOperatorName = "op_CheckedIncrement"
    Field Value
    Type Description
    string

    CheckedMultiplyOperatorName

    Declaration
    public const string CheckedMultiplyOperatorName = "op_CheckedMultiply"
    Field Value
    Type Description
    string

    CheckedSubtractionOperatorName

    Declaration
    public const string CheckedSubtractionOperatorName = "op_CheckedSubtraction"
    Field Value
    Type Description
    string

    CheckedUnaryNegationOperatorName

    Declaration
    public const string CheckedUnaryNegationOperatorName = "op_CheckedUnaryNegation"
    Field Value
    Type Description
    string

    CollectionInitializerAddMethodName

    Declaration
    public const string CollectionInitializerAddMethodName = "Add"
    Field Value
    Type Description
    string

    ConcatenateOperatorName

    Declaration
    public const string ConcatenateOperatorName = "op_Concatenate"
    Field Value
    Type Description
    string

    CountPropertyName

    Declaration
    public const string CountPropertyName = "Count"
    Field Value
    Type Description
    string

    CurrentPropertyName

    Declaration
    public const string CurrentPropertyName = "Current"
    Field Value
    Type Description
    string

    DeconstructMethodName

    Declaration
    public const string DeconstructMethodName = "Deconstruct"
    Field Value
    Type Description
    string

    DecrementOperatorName

    Declaration
    public const string DecrementOperatorName = "op_Decrement"
    Field Value
    Type Description
    string

    DefaultScriptClassName

    Declaration
    public const string DefaultScriptClassName = "Script"
    Field Value
    Type Description
    string

    DelegateBeginInvokeName

    Declaration
    public const string DelegateBeginInvokeName = "BeginInvoke"
    Field Value
    Type Description
    string

    DelegateEndInvokeName

    Declaration
    public const string DelegateEndInvokeName = "EndInvoke"
    Field Value
    Type Description
    string

    DelegateInvokeName

    Declaration
    public const string DelegateInvokeName = "Invoke"
    Field Value
    Type Description
    string

    DestructorName

    Declaration
    public const string DestructorName = "Finalize"
    Field Value
    Type Description
    string

    DisposeAsyncMethodName

    Declaration
    public const string DisposeAsyncMethodName = "DisposeAsync"
    Field Value
    Type Description
    string

    DisposeMethodName

    Declaration
    public const string DisposeMethodName = "Dispose"
    Field Value
    Type Description
    string

    DivisionOperatorName

    Declaration
    public const string DivisionOperatorName = "op_Division"
    Field Value
    Type Description
    string

    EntryPointMethodName

    Declaration
    public const string EntryPointMethodName = "Main"
    Field Value
    Type Description
    string

    EnumBackingFieldName

    Declaration
    public const string EnumBackingFieldName = "value__"
    Field Value
    Type Description
    string

    EqualityOperatorName

    Declaration
    public const string EqualityOperatorName = "op_Equality"
    Field Value
    Type Description
    string

    ExclusiveOrOperatorName

    Declaration
    public const string ExclusiveOrOperatorName = "op_ExclusiveOr"
    Field Value
    Type Description
    string

    ExplicitConversionName

    Declaration
    public const string ExplicitConversionName = "op_Explicit"
    Field Value
    Type Description
    string

    ExponentOperatorName

    Declaration
    public const string ExponentOperatorName = "op_Exponent"
    Field Value
    Type Description
    string

    FalseOperatorName

    Declaration
    public const string FalseOperatorName = "op_False"
    Field Value
    Type Description
    string

    GetAsyncEnumeratorMethodName

    Declaration
    public const string GetAsyncEnumeratorMethodName = "GetAsyncEnumerator"
    Field Value
    Type Description
    string

    GetAwaiter

    Declaration
    public const string GetAwaiter = "GetAwaiter"
    Field Value
    Type Description
    string

    GetEnumeratorMethodName

    Declaration
    public const string GetEnumeratorMethodName = "GetEnumerator"
    Field Value
    Type Description
    string

    GetResult

    Declaration
    public const string GetResult = "GetResult"
    Field Value
    Type Description
    string

    GreaterThanOperatorName

    Declaration
    public const string GreaterThanOperatorName = "op_GreaterThan"
    Field Value
    Type Description
    string

    GreaterThanOrEqualOperatorName

    Declaration
    public const string GreaterThanOrEqualOperatorName = "op_GreaterThanOrEqual"
    Field Value
    Type Description
    string

    ImplicitConversionName

    Declaration
    public const string ImplicitConversionName = "op_Implicit"
    Field Value
    Type Description
    string

    IncrementOperatorName

    Declaration
    public const string IncrementOperatorName = "op_Increment"
    Field Value
    Type Description
    string

    Indexer

    Declaration
    public const string Indexer = "this[]"
    Field Value
    Type Description
    string

    InequalityOperatorName

    Declaration
    public const string InequalityOperatorName = "op_Inequality"
    Field Value
    Type Description
    string

    InstanceConstructorName

    Declaration
    public const string InstanceConstructorName = ".ctor"
    Field Value
    Type Description
    string

    IntegerDivisionOperatorName

    Declaration
    public const string IntegerDivisionOperatorName = "op_IntegerDivision"
    Field Value
    Type Description
    string

    IsCompleted

    Declaration
    public const string IsCompleted = "IsCompleted"
    Field Value
    Type Description
    string

    LeftShiftOperatorName

    Declaration
    public const string LeftShiftOperatorName = "op_LeftShift"
    Field Value
    Type Description
    string

    LengthPropertyName

    Declaration
    public const string LengthPropertyName = "Length"
    Field Value
    Type Description
    string

    LessThanOperatorName

    Declaration
    public const string LessThanOperatorName = "op_LessThan"
    Field Value
    Type Description
    string

    LessThanOrEqualOperatorName

    Declaration
    public const string LessThanOrEqualOperatorName = "op_LessThanOrEqual"
    Field Value
    Type Description
    string

    LikeOperatorName

    Declaration
    public const string LikeOperatorName = "op_Like"
    Field Value
    Type Description
    string

    LogicalAndOperatorName

    Declaration
    public const string LogicalAndOperatorName = "op_LogicalAnd"
    Field Value
    Type Description
    string

    LogicalNotOperatorName

    Declaration
    public const string LogicalNotOperatorName = "op_LogicalNot"
    Field Value
    Type Description
    string

    LogicalOrOperatorName

    Declaration
    public const string LogicalOrOperatorName = "op_LogicalOr"
    Field Value
    Type Description
    string

    ModulusOperatorName

    Declaration
    public const string ModulusOperatorName = "op_Modulus"
    Field Value
    Type Description
    string

    MoveNextAsyncMethodName

    Declaration
    public const string MoveNextAsyncMethodName = "MoveNextAsync"
    Field Value
    Type Description
    string

    MoveNextMethodName

    Declaration
    public const string MoveNextMethodName = "MoveNext"
    Field Value
    Type Description
    string

    MultiplyOperatorName

    Declaration
    public const string MultiplyOperatorName = "op_Multiply"
    Field Value
    Type Description
    string

    ObjectEquals

    Declaration
    public const string ObjectEquals = "Equals"
    Field Value
    Type Description
    string

    ObjectGetHashCode

    Declaration
    public const string ObjectGetHashCode = "GetHashCode"
    Field Value
    Type Description
    string

    ObjectToString

    Declaration
    public const string ObjectToString = "ToString"
    Field Value
    Type Description
    string

    OnCompleted

    Declaration
    public const string OnCompleted = "OnCompleted"
    Field Value
    Type Description
    string

    OnesComplementOperatorName

    Declaration
    public const string OnesComplementOperatorName = "op_OnesComplement"
    Field Value
    Type Description
    string

    PrintMembersMethodName

    Declaration
    public const string PrintMembersMethodName = "PrintMembers"
    Field Value
    Type Description
    string

    RightShiftOperatorName

    Declaration
    public const string RightShiftOperatorName = "op_RightShift"
    Field Value
    Type Description
    string

    SliceMethodName

    Declaration
    public const string SliceMethodName = "Slice"
    Field Value
    Type Description
    string

    StaticConstructorName

    Declaration
    public const string StaticConstructorName = ".cctor"
    Field Value
    Type Description
    string

    SubtractionOperatorName

    Declaration
    public const string SubtractionOperatorName = "op_Subtraction"
    Field Value
    Type Description
    string

    TopLevelStatementsEntryPointMethodName

    Declaration
    public const string TopLevelStatementsEntryPointMethodName = "<Main>$"
    Field Value
    Type Description
    string

    TopLevelStatementsEntryPointTypeName

    Declaration
    public const string TopLevelStatementsEntryPointTypeName = "Program"
    Field Value
    Type Description
    string

    TrueOperatorName

    Declaration
    public const string TrueOperatorName = "op_True"
    Field Value
    Type Description
    string

    UnaryNegationOperatorName

    Declaration
    public const string UnaryNegationOperatorName = "op_UnaryNegation"
    Field Value
    Type Description
    string

    UnaryPlusOperatorName

    Declaration
    public const string UnaryPlusOperatorName = "op_UnaryPlus"
    Field Value
    Type Description
    string

    UnsignedLeftShiftOperatorName

    Declaration
    public const string UnsignedLeftShiftOperatorName = "op_UnsignedLeftShift"
    Field Value
    Type Description
    string

    UnsignedRightShiftOperatorName

    Declaration
    public const string UnsignedRightShiftOperatorName = "op_UnsignedRightShift"
    Field Value
    Type Description
    string

    ValuePropertyName

    Declaration
    public const string ValuePropertyName = "Value"
    Field Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0