Array.ICollection.Count プロパティ

定義

Arrayに含まれる要素の数を取得します。

property int System::Collections::ICollection::Count { int get(); };
int System.Collections.ICollection.Count { get; }
member this.System.Collections.ICollection.Count : int
 ReadOnly Property Count As Integer Implements ICollection.Count

プロパティ値

コレクションに含まれる要素の数。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 Array インスタンスがICollection インターフェイスにキャストされている場合にのみ使用できます。

適用対象