ImmutableArray<T>.ICollection<T>.Count 属性

定义

获取集合中的项数。

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

属性值

Int32

集合中的项数。

实现

例外

IsDefault 属性返回 true

适用于