Constructor Optional
Optional(T)
Initializes a new instance of the Optional<T> struct with a value.
public Optional(T value)
Parameters
value
TThe value of the parameter.
Initializes a new instance of the Optional<T> struct with a value.
public Optional(T value)
value
TThe value of the parameter.