Space Engineers
|
Public Member Functions | |
bool | Add (T item) |
O(1) More... | |
bool | Insert (int index, T item) |
O(n) More... | |
bool | Remove (T item) |
O(n) More... | |
void | Clear () |
bool | Contains (T item) |
O(1) More... | |
List< T >.Enumerator | GetEnumerator () |
Properties | |
int | Count [get] |
O(1) More... | |
T | this[int index] [get] |
O(1) More... | |
UniqueListReader< T > | Items [get] |
ListReader< T > | ItemList [get] |
Definition at line 9 of file MyUniqueList.cs.
|
inline |
O(1)
Definition at line 34 of file MyUniqueList.cs.
|
inline |
Definition at line 84 of file MyUniqueList.cs.
|
inline |
O(1)
Definition at line 93 of file MyUniqueList.cs.
|
inline |
Definition at line 108 of file MyUniqueList.cs.
|
inline |
O(n)
Definition at line 50 of file MyUniqueList.cs.
|
inline |
O(n)
Definition at line 71 of file MyUniqueList.cs.
|
get |
O(1)
Definition at line 19 of file MyUniqueList.cs.
|
get |
Definition at line 104 of file MyUniqueList.cs.
|
get |
Definition at line 99 of file MyUniqueList.cs.
|
get |
O(1)
Definition at line 27 of file MyUniqueList.cs.