ArrayObject.length Proprietà

Definizione

Ottiene o imposta la lunghezza della matrice.

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

public:
 virtual property System::Object ^ length { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object length { get; set; }
member this.length : obj with get, set
Public Overridable Property length As Object

Valore della proprietà

Lunghezza della matrice.

Si applica a

Vedi anche