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 が配列に適用されるときにこのプロパティを設定します。

適用対象

こちらもご覧ください