IReadOnlyCollection インターフェイス

定義

読み取り時コレクションの最小基本インターフェイス。

public interface IReadOnlyCollection : System.Collections.IEnumerable
type IReadOnlyCollection = interface
    interface IEnumerable
Public Interface IReadOnlyCollection
Implements IEnumerable
派生
実装

プロパティ

名前 説明
Count

IReadOnlyCollectionに含まれる項目の数を取得します。

適用対象