IList インターフェイス

IList<T> インターフェイス (System.Collections.Generic 名前空間)

[APIドキュメント]

public interface IList<T> : ICollection<T>, IEnumerable<T>

  • インデックスによって個別にアクセスできるオブジェクトのコレクションを表します。