VBFixedArrayAttribute.Bounds プロパティ

定義

配列の範囲を返します。

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

プロパティ値

Int32[]

配列の範囲を表す整数配列を含みます。

注釈

コンストラクターは、 が配列に適用されるときに VBFixedArrayAttribute このプロパティを設定します。

適用対象

こちらもご覧ください