ArrayWrapper.length Propriedade

Definição

Obtém o comprimento da matriz.Gets the length of the array.

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

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

Valor da propriedade

Object

O comprimento da matriz.The length of the array.

Comentários

Essa propriedade gera uma AssignmentToReadOnly exceção se você tentar defini-la.This property throws an AssignmentToReadOnly exception if you try to set it.

Aplica-se a

Confira também