MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeITypeIs­Reference­Type
Open sandboxFocus

IType.IsReferenceType Property

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
System.Nullable<System.Boolean>