|
Barotrauma Server Doc
|
Public Member Functions | |
| ListConcat (IEnumerable< T > a, IEnumerable< T > b) | |
| int | IndexOf (T item) |
| void | Insert (int index, T item) |
| void | RemoveAt (int index) |
Public Member Functions inherited from Barotrauma.CollectionConcat< T > | |
| CollectionConcat (IEnumerable< T > a, IEnumerable< T > b) | |
| void | Add (T item) |
| void | Clear () |
| bool | Remove (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| IEnumerator< T > | GetEnumerator () |
Properties | |
| T? | this[int index] [get, set] |
Properties inherited from Barotrauma.CollectionConcat< T > | |
| int | Count [get] |
| bool | IsReadOnly [get] |
Additional Inherited Members | |
Protected Attributes inherited from Barotrauma.CollectionConcat< T > | |
| readonly IEnumerable< T > | enumerableA |
| readonly IEnumerable< T > | enumerableB |
Definition at line 62 of file CollectionConcat.cs.
| Barotrauma.ListConcat< T >.ListConcat | ( | IEnumerable< T > | a, |
| IEnumerable< T > | b | ||
| ) |
Definition at line 64 of file CollectionConcat.cs.
| int Barotrauma.ListConcat< T >.IndexOf | ( | T | item | ) |
Definition at line 66 of file CollectionConcat.cs.
| void Barotrauma.ListConcat< T >.Insert | ( | int | index, |
| T | item | ||
| ) |
Definition at line 101 of file CollectionConcat.cs.
| void Barotrauma.ListConcat< T >.RemoveAt | ( | int | index | ) |
Definition at line 106 of file CollectionConcat.cs.
|
getset |
Definition at line 111 of file CollectionConcat.cs.