TableSectionBase<T>.Count 属性

定义

获取此 TableSectionBase<T> 对象中的项数。

public int Count { get; }
member this.Count : int

属性值

System.Int32

TableSectionBase<T> 对象中的项数。

实现

System.Collections.Generic.ICollection`1.Count

适用于