TypedArray.UnderlyingSystemType Propriedade

Definição

Obtém o tipo do objeto TypedArray.Gets the type of the TypedArray object.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Valor da propriedade

Type

O tipo do TypedArray objeto.The type of the TypedArray object.

Implementações

Comentários

Essa propriedade Obtém o tipo do TypedArray próprio objeto, não o tipo de elemento da matriz tipada.This property gets the type of the TypedArray object itself, not the element type of the typed array.

Aplica-se a

Confira também