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

属性值

此集合中项的数目。

适用于