Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 413 Bytes

File metadata and controls

18 lines (12 loc) · 413 Bytes

Optional<T> constructor

Initializes a new instance of the Optional{T} structure to the specified value.

public Optional(T value)
parameter description
value The value.

See Also