Collection.ICollection.Count プロパティ

定義

このコレクション内の項目の数を取得します。

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

プロパティ値

この コレクション内の項目の数。

適用対象