Type.UnderlyingSystemType Vlastnost

Definice

Označuje typ poskytnutý modulem CLR (Common Language Runtime), který představuje tento typ.

public:
 abstract property Type ^ UnderlyingSystemType { Type ^ get(); };
public abstract Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public MustOverride ReadOnly Property UnderlyingSystemType As Type

Hodnota vlastnosti

Základní typ systému pro Type.

Implementuje

Platí pro

Viz také