TypeDelegator.UnderlyingSystemType Property

Definition

Gets the underlying Type that represents the implemented type.

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 underlying type.

Applies to