Click or drag to resize
OptionalValueT Methods

The OptionalValueT generic type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodAsNullableT
Extension method that converts optional value containing a value type to a C# friendly `Nullable<T>` or `T?` type.
(Defined by OptionalValueExtensions.)
Public Extension MethodOrDefaultT
Extension method that returns value in the specified optional value or the provided default value (the second argument).
(Defined by OptionalValueExtensions.)
Top
See Also