Condividi tramite


JSType.Array<T> Classe

Definizione

Marshalling come copia del tipo JavaScript Array o TypedArray .

public: generic <typename T>
 where T : JSTyperef class JSType::Array sealed : System::Runtime::InteropServices::JavaScript::JSType
public sealed class JSType.Array<T> : System.Runtime.InteropServices.JavaScript.JSType where T : JSType
type JSType.Array<'T (requires 'T :> JSType)> = class
    inherit JSType
Public NotInheritable Class JSType.Array(Of T)
Inherits JSType

Parametri di tipo

T

Tipo di elemento matrice.

Ereditarietà
JSType.Array<T>

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a