|
Barotrauma Server
|
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] |
| void Barotrauma.LinkedPairSet< T1, T2 >.Add | ( | T1 | t1, |
| T2 | t2 ) |
| bool Barotrauma.LinkedPairSet< T1, T2 >.Contains | ( | T1 | t1 | ) |
| bool Barotrauma.LinkedPairSet< T1, T2 >.Contains | ( | T2 | t2 | ) |
| IEnumerator<(T1, T2)> Barotrauma.LinkedPairSet< T1, T2 >.GetEnumerator | ( | ) |
| void Barotrauma.LinkedPairSet< T1, T2 >.Remove | ( | T1 | t1 | ) |
| void Barotrauma.LinkedPairSet< T1, T2 >.Remove | ( | T2 | t2 | ) |
|
getset |
|
getset |