TypedArray.UnderlyingSystemType Proprietà

Definizione

Ottiene il tipo dell'oggetto TypedArray.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Valore della proprietà

Tipo dell'oggetto TypedArray.

Implementazioni

Commenti

Questa proprietà ottiene il tipo dell'oggetto TypedArray stesso, non il tipo di elemento della matrice tipizzata.

Si applica a

Vedi anche