Search Results for

    Show / Hide Table of Contents

    Struct CommonConversion

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis.Operations
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct CommonConversion

    Properties

    ConstrainedToType

    Declaration
    public ITypeSymbol? ConstrainedToType { get; }
    Property Value
    Type Description
    ITypeSymbol

    Exists

    Declaration
    public bool Exists { get; }
    Property Value
    Type Description
    bool

    IsIdentity

    Declaration
    public bool IsIdentity { get; }
    Property Value
    Type Description
    bool

    IsImplicit

    Declaration
    public bool IsImplicit { get; }
    Property Value
    Type Description
    bool

    IsNullable

    Declaration
    public bool IsNullable { get; }
    Property Value
    Type Description
    bool

    IsNumeric

    Declaration
    public bool IsNumeric { get; }
    Property Value
    Type Description
    bool

    IsReference

    Declaration
    public bool IsReference { get; }
    Property Value
    Type Description
    bool

    IsUserDefined

    Declaration
    public bool IsUserDefined { get; }
    Property Value
    Type Description
    bool

    MethodSymbol

    Declaration
    public IMethodSymbol? MethodSymbol { get; }
    Property Value
    Type Description
    IMethodSymbol
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0