Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: T this[int]

  • Declared in: RT.Util.Collections.ListSorted<T>
  • Implements: IList<T>.this[int]

Declaration

T this[
    int index
]

Summary

Gets an item at the specified index. Setting an item is not supported and will always throw an exception.