Barotrauma Client
Loading...
Searching...
No Matches
Barotrauma.LinkedPairSet< T1, T2 > Class Template Reference
Inheritance diagram for Barotrauma.LinkedPairSet< T1, T2 >:

Public Member Functions

bool Contains (T1 t1)
 
bool Contains (T2 t2)
 
void Add (T1 t1, T2 t2)
 
void Remove (T1 t1)
 
void Remove (T2 t2)
 
IEnumerator<(T1, T2)> GetEnumerator ()
 

Properties

T2 this[T1 t1] [get, set]
 
T1 this[T2 t2] [get, set]
 

Member Function Documentation

◆ Add()

void Barotrauma.LinkedPairSet< T1, T2 >.Add ( T1 t1,
T2 t2 )

◆ Contains() [1/2]

bool Barotrauma.LinkedPairSet< T1, T2 >.Contains ( T1 t1)

◆ Contains() [2/2]

bool Barotrauma.LinkedPairSet< T1, T2 >.Contains ( T2 t2)

◆ GetEnumerator()

IEnumerator<(T1, T2)> Barotrauma.LinkedPairSet< T1, T2 >.GetEnumerator ( )

◆ Remove() [1/2]

void Barotrauma.LinkedPairSet< T1, T2 >.Remove ( T1 t1)

◆ Remove() [2/2]

void Barotrauma.LinkedPairSet< T1, T2 >.Remove ( T2 t2)

Property Documentation

◆ this[T1 t1]

T2 Barotrauma.LinkedPairSet< T1, T2 >.this[T1 t1]
getset

◆ this[T2 t2]

T1 Barotrauma.LinkedPairSet< T1, T2 >.this[T2 t2]
getset

The documentation for this class was generated from the following file: