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

屬性值

此集合中的項目數目。

適用於