mscorlib(4.0.0.0) API with additions
IReadOnlyCollection.cs
2 
4 {
7  [TypeDependency("System.SZArrayHelper")]
8  [__DynamicallyInvokable]
9  public interface IReadOnlyCollection<out T> : IEnumerable<T>, IEnumerable
10  {
13  [__DynamicallyInvokable]
14  int Count
15  {
16  [__DynamicallyInvokable]
17  get;
18  }
19  }
20 }
Definition: __Canon.cs:3
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
Definition: IEnumerable.cs:9
Represents a strongly-typed, read-only collection of elements.
int Count
Gets the number of elements in the collection.