Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code/IType/Is­Reference­Type
Open sandboxFocus

Property IsReferenceType

IsReferenceType

Gets a value indicating whether the type is a reference type. If the type is a generic parameter without a struct, class or similar constraint, this property evaluates to null.

Declaration
Nullable<bool> IsReferenceType { get; }
Property Value
Type Description
Nullable<Boolean>