VBFixedArrayAttribute.Bounds Propriedade

Definição

Retorna os limites de ocorrência da matriz.

public:
 property cli::array <int> ^ Bounds { cli::array <int> ^ get(); };
public int[] Bounds { get; }
member this.Bounds : int[]
Public ReadOnly Property Bounds As Integer()

Valor da propriedade

Int32[]

Contém uma matriz de inteiros que representa os limites da matriz.

Comentários

O construtor define essa propriedade quando o VBFixedArrayAttribute é aplicado a uma matriz.

Aplica-se a

Confira também