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
Assembly: DistributedLucene.Net.dll
Syntax
public interface IReadOnlyCollection<out T> : Collections.Generic.IEnumerable<T>, Collections.IEnumerable
Type Parameters
Name | Description |
---|---|
T |