Class Optional
- Namespace
- Dynamic
Data .Kernel
- Assembly
- DynamicData.dll
Optional factory class.
- Inheritance
-
Optional
Methods
None<T>()
Returns an None optional value for the specified type.
Returns
- Optional<T>
The optional value.
Type Parameters
T
The type of the item.
Some<T>(T?)
Wraps the specified value in an Optional container.
Parameters
value
TThe value.
Returns
- Optional<T>
The optional value.
Type Parameters
T
The type of the item.