|
Barotrauma Client Doc
|
Public Member Functions | |
| abstract bool | TryGet (out T t) |
| abstract bool | TryGet (out U u) |
| abstract bool | TryCast< V > (out V v) |
| abstract override? string | ToString () |
| abstract override bool | Equals (object? obj) |
| abstract override int | GetHashCode () |
Static Public Member Functions | |
| static implicit | operator Either< T, U > (T t) |
| static implicit | operator Either< T, U > (U u) |
| static | operator T (Either< T, U > e) |
| static | operator U (Either< T, U > e) |
| static bool | operator== (Either< T, U >? a, Either< T, U >? b) |
| static bool | operator!= (Either< T, U >? a, Either< T, U >? b) |
|
pure virtual |
Implemented in Barotrauma.EitherU< T, U >, and Barotrauma.EitherT< T, U >.
|
pure virtual |
Implemented in Barotrauma.EitherU< T, U >, and Barotrauma.EitherT< T, U >.
|
static |
|
static |
|
explicitstatic |
|
explicitstatic |
|
static |
|
static |
|
pure virtual |
Implemented in Barotrauma.EitherU< T, U >, and Barotrauma.EitherT< T, U >.
|
pure virtual |
Implemented in Barotrauma.EitherU< T, U >, and Barotrauma.EitherT< T, U >.
|
pure virtual |
Implemented in Barotrauma.EitherU< T, U >, and Barotrauma.EitherT< T, U >.
|
pure virtual |
Implemented in Barotrauma.EitherU< T, U >, and Barotrauma.EitherT< T, U >.