Interface IReadOnlyCollection<T>
Represents a strongly-typed, read-only collection of elements. Enables System.Collections.Generic.IReadOnlyCollection to be used in .NET 4.5 projects
Inherited Members
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Namespace: Lucene.Net.Support.C5
Assembly: Lucene.Net.dll
Syntax
public interface IReadOnlyCollection<out T> : IEnumerable<T>, IEnumerable
Type Parameters
Name | Description |
---|---|
T |