Count

IReadOnlyList<T>.Count property

コレクションに含まれる要素の数を取得します。

public int Count { get; }

プロパティ値

コレクションに含まれる要素の数。

関連項目