|
Barotrauma Server Doc
|
Public Member Functions | |
| EitherU (U value) | |
| override? string | ToString () |
| override bool | TryGet (out T t) |
| override bool | TryGet (out U u) |
| override bool | TryCast< V > (out V v) |
| override bool | Equals (object? obj) |
| override int | GetHashCode () |
Public Attributes | |
| readonly U | Value |
Additional Inherited Members | |
Static Public Member Functions inherited from Barotrauma.Either< T, U > | |
| 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) |
| Barotrauma.EitherU< T, U >.EitherU | ( | U | value | ) |
|
virtual |
Implements Barotrauma.Either< T, U >.
|
virtual |
Implements Barotrauma.Either< T, U >.
|
virtual |
Implements Barotrauma.Either< T, U >.
|
virtual |
Implements Barotrauma.Either< T, U >.
|
virtual |
Implements Barotrauma.Either< T, U >.
|
virtual |
Implements Barotrauma.Either< T, U >.
| readonly U Barotrauma.EitherU< T, U >.Value |