Type.UnderlyingSystemType Vlastnost

Definice

Označuje typ poskytovaný modul 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

Type

Typ základního systému pro Type .

Implementuje

Platí pro

Viz také