Barotrauma Client Doc
Barotrauma.ListConcat< T > Class Template Reference
Inheritance diagram for Barotrauma.ListConcat< T >:
Barotrauma.CollectionConcat< T >

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
 

Detailed Description

Definition at line 62 of file CollectionConcat.cs.

Constructor & Destructor Documentation

◆ ListConcat()

Barotrauma.ListConcat< T >.ListConcat ( IEnumerable< T >  a,
IEnumerable< T >  b 
)

Definition at line 64 of file CollectionConcat.cs.

Member Function Documentation

◆ IndexOf()

int Barotrauma.ListConcat< T >.IndexOf ( item)

Definition at line 66 of file CollectionConcat.cs.

◆ Insert()

void Barotrauma.ListConcat< T >.Insert ( int  index,
item 
)

Definition at line 101 of file CollectionConcat.cs.

◆ RemoveAt()

void Barotrauma.ListConcat< T >.RemoveAt ( int  index)

Definition at line 106 of file CollectionConcat.cs.

Property Documentation

◆ this[int index]

T? Barotrauma.ListConcat< T >.this[int index]
getset

Definition at line 111 of file CollectionConcat.cs.