GenericTypeParameterBuilder.UnderlyingSystemType Property

Definition

Gets the current generic type parameter.

public:
 virtual property Type ^ UnderlyingSystemType { Type ^ get(); };
public override Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public Overrides ReadOnly Property UnderlyingSystemType As Type

Property Value

The current GenericTypeParameterBuilder object.

Applies to