![]() |
Public Member Functions | |
CircularList (int capacity) | |
void | Add (T item) |
void | Clear () |
T[] | GetArray () |
void | Reset (int headIndex, int count) |
Properties | |
int | Capacity [get] |
int | Count [get] |
T | this[int i] [get, set] |
int | HeadIndex [get] |
Netick.CircularList< T >.CircularList | ( | int | capacity | ) |
void Netick.CircularList< T >.Add | ( | T | item | ) |
void Netick.CircularList< T >.Clear | ( | ) |
T[] Netick.CircularList< T >.GetArray | ( | ) |
void Netick.CircularList< T >.Reset | ( | int | headIndex, |
int | count | ||
) |
|
get |
|
get |
|
get |
|
getset |