Class Optional
Represents helper methods for use with the Optional<T> struct.
public static class Optional
  - Inheritance
 - 
      
      Optional
 
- Inherited Members
 
Methods
- Create<T>(T)
 Creates an instance of an optional parameter with a value.
- Enumerable<TItem>(IEnumerable<TItem>)
 Creates an instance of an optional parameter with an enumerable value.