Vector<T>.Count プロパティ
定義
ベクトルに格納されている要素の数を返します。Returns the number of elements stored in the vector.
public:
static property int Count { int get(); };
public static int Count { get; }
member this.Count : int
Public Shared ReadOnly Property Count As Integer
プロパティ値
ベクトルに格納されている要素の数。The number of elements stored in the vector.
例外
リフレクションを使用してプロパティ get アクセス操作子にアクセスすることは、サポートされていません。Access to the property getter via reflection is not supported.