Barotrauma Client Doc
|
Public Member Functions | |
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 () |
Protected Attributes | |
readonly IEnumerable< T > | enumerableA |
readonly IEnumerable< T > | enumerableB |
Properties | |
int | Count [get] |
bool | IsReadOnly [get] |
Definition at line 8 of file CollectionConcat.cs.
Barotrauma.CollectionConcat< T >.CollectionConcat | ( | IEnumerable< T > | a, |
IEnumerable< T > | b | ||
) |
Definition at line 13 of file CollectionConcat.cs.
void Barotrauma.CollectionConcat< T >.Add | ( | T | item | ) |
void Barotrauma.CollectionConcat< T >.Clear | ( | ) |
bool Barotrauma.CollectionConcat< T >.Contains | ( | T | item | ) |
void Barotrauma.CollectionConcat< T >.CopyTo | ( | T[] | array, |
int | arrayIndex | ||
) |
Definition at line 30 of file CollectionConcat.cs.
IEnumerator<T> Barotrauma.CollectionConcat< T >.GetEnumerator | ( | ) |
Definition at line 53 of file CollectionConcat.cs.
bool Barotrauma.CollectionConcat< T >.Remove | ( | T | item | ) |
|
protected |
Definition at line 10 of file CollectionConcat.cs.
|
protected |
Definition at line 11 of file CollectionConcat.cs.
|
get |
Definition at line 18 of file CollectionConcat.cs.
|
get |
Definition at line 20 of file CollectionConcat.cs.