Barotrauma Client Doc
Barotrauma.Option< T > Member List
This is the complete list of members for
Barotrauma.Option< T >
, including all inherited members.
Bind< TType >
(Func< T, Option< TType >> binder)
Barotrauma.Option< T >
Equals
(object? obj)
Barotrauma.Option< T >
Fallback
(T fallback)
Barotrauma.Option< T >
Fallback
(Option< T > fallback)
Barotrauma.Option< T >
GetHashCode
()
Barotrauma.Option< T >
IsNone
()
Barotrauma.Option< T >
IsSome
()
Barotrauma.Option< T >
Match
(Func< T, T > some, Func< T > none)
Barotrauma.Option< T >
Match
(Action< T > some, Action none)
Barotrauma.Option< T >
None
Barotrauma.Option< T >
static
None
()
Barotrauma.Option< T >
static
operator Option< T >
(in Option.UnspecifiedNone _)
Barotrauma.Option< T >
static
operator!=
(Option< T > a, Option< T > b)
Barotrauma.Option< T >
static
operator==
(Option< T > a, Option< T > b)
Barotrauma.Option< T >
static
Select< TType >
(Func< T, TType > selector)
Barotrauma.Option< T >
Some
(T value)
Barotrauma.Option< T >
static
Some< T >
(T value)
Barotrauma.Option< T >
static
ToString
()
Barotrauma.Option< T >
TryUnwrap
([NotNullWhen(returnValue:true)] out T? outValue)
Barotrauma.Option< T >
TryUnwrap< T1 >
([NotNullWhen(returnValue:true)] out T1? outValue)
Barotrauma.Option< T >
ValueEquals
(T otherValue)
Barotrauma.Option< T >
Generated by
1.9.1