次の方法で共有


TableSectionBase<T>.Count プロパティ

定義

この TableSectionBase<T> オブジェクト内の項目数が取得されます。

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

プロパティ値

System.Int32

この TableSectionBase<T> オブジェクト内の項目の数。

実装

System.Collections.Generic.ICollection`1.Count

適用対象