Click or drag to resize

IReadOnlyCollectionT Interface

Represents a strongly-typed, read-only collection of elements.

Namespace:  EBP.Api.Misc
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IReadOnlyCollection<out T> : IEnumerable<T>, 
	IEnumerable

Type Parameters

T
The type of the elements.

The IReadOnlyCollectionT type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements in the collection.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Top
See Also