Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool IndexInRange(int)

  • Declared in: RT.KitchenSink.Collections.LazyList<T>

Declaration

public bool IndexInRange(
    int index
)

Summary

Checks whether the specified index is a valid index, i.e. not out-of-range.