RuntimeTypeBase.ClrType Property

Definition

Gets the CLR class that is used to represent instances of this type. Returns null if the type does not have a corresponding CLR class (known as a shadow type).

[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers]
public virtual Type ClrType { get; }
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers>]
member this.ClrType : Type
Public Overridable ReadOnly Property ClrType As Type

Property Value

Implements

Attributes

Applies to