Struct CommonConversion
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct CommonConversion
Properties
ConstrainedToType
Declaration
public ITypeSymbol? ConstrainedToType { get; }
Property Value
Exists
Declaration
public bool Exists { get; }
Property Value
IsIdentity
Declaration
public bool IsIdentity { get; }
Property Value
IsImplicit
Declaration
public bool IsImplicit { get; }
Property Value
IsNullable
Declaration
public bool IsNullable { get; }
Property Value
IsNumeric
Declaration
public bool IsNumeric { get; }
Property Value
IsReference
Declaration
public bool IsReference { get; }
Property Value
IsUserDefined
Declaration
public bool IsUserDefined { get; }
Property Value
MethodSymbol
Declaration
public IMethodSymbol? MethodSymbol { get; }
Property Value