Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: IEnumerator<T> GetEnumerator()

  • Declared in: RT.Util.Collections.ReadOnlyCollection<T>
  • Implements: IEnumerable<T>.GetEnumerator()

Declaration

public IEnumerator<T> GetEnumerator()

Summary

Gets an enumerator for the values stored in this collection.