Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: T this[int]

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

Declaration

T this[
    int index
]

Summary

Gets or sets the element at the specified index. The behaviour of both the getter and the setter is indistinguishable from that of an infinitely long list pre-populated by invoking the initializer function (assuming it is side-effect free).