TypedArray.UnderlyingSystemType Propiedad

Definición

Obtiene el tipo del objeto TypedArray.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Valor de propiedad

El tipo del objeto TypedArray.

Implementaciones

Comentarios

Esta propiedad obtiene el tipo del TypedArray propio objeto, no el tipo de elemento de la matriz con tipo.

Se aplica a

Consulte también