PrimitiveType.ClrEquivalentType Property

Definition

Returns an equivalent common language runtime (CLR) type of this PrimitiveType . Note that the ClrEquivalentType property always returns a non-nullable type value.

public Type ClrEquivalentType { get; }
member this.ClrEquivalentType : Type
Public ReadOnly Property ClrEquivalentType As Type

Property Value

A Type object that represents an equivalent common language runtime (CLR) type of this PrimitiveType .

Applies to