[]
Defines interface to readonly collection.
public interface IItemCollection<out T> : IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable