VBFixedArrayAttribute.Length Propriedade

Definição

Retorna o tamanho da matriz.

public:
 property int Length { int get(); };
public int Length { get; }
member this.Length : int
Public ReadOnly Property Length As Integer

Valor de Propriedade

Contém um inteiro que representa o número de elementos no array.

Observações

O construtor define esta propriedade quando o VBFixedArrayAttribute é aplicado a um array.

Aplica-se a

Ver também