Interface IReadOnlyList<T>
Represents a read-only collection of elements that can be accessed by index. Enables System.Collections.Generic.IReadOnlyList to be used in .NET 4.5 projects
Assembly: DistributedLucene.Net.dll
Syntax
public interface IReadOnlyList<out T> : IReadOnlyCollection<T>, Collections.Generic.IEnumerable<T>, Collections.IEnumerable
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Item[Int32] | Gets the element at the specified index in the read-only list. |