NullableExtensions Class
Provides extension methods for the
NullableT structure, and for nullable
reference types.
Namespace: Ookii.CommonAssembly: Ookii.Common (in Ookii.Common.dll) Version: 1.0.0+7c2900b8a16cd8ae46bdd79d8f105034712c5fa3
public static class NullableExtensions
<ExtensionAttribute>
Public NotInheritable Class NullableExtensions
You do not need to declare an instance of a static class in order to access its members.
[ExtensionAttribute]
public ref class NullableExtensions abstract sealed
- Inheritance
- Object NullableExtensions
MapT, TResult(T, NullableExtensionsClassToStructFuncT, TResult) |
Applies a mapping function to a value that may be .
|
MapT, TResult(T, FuncT, TResult) |
Applies a mapping function to a value that may be .
|
MapT, TResult(NullableT, NullableExtensionsStructToClassFuncT, TResult) |
Applies a mapping function to a value that may be .
|
MapT, TResult(NullableT, ReadOnlySpanFuncT, TResult) |
Applies a mapping function to a value that may be .
|
MapT, TResult(NullableT, SpanFuncT, TResult) |
Applies a mapping function to a value that may be .
|
MapT, TResult(NullableT, FuncT, TResult) |
Applies a mapping function to a value that may be .
|
MapT, TResult(T, ReadOnlySpanFuncT, TResult) |
Applies a mapping function to a value that may be .
|
MapT, TResult(T, SpanFuncT, TResult) |
Applies a mapping function to a value that may be .
|
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.