TryUnwrap Method
Definition
- Namespace
- Tyne
- Assembly
- Tyne.Core.dll
Methods
| Edit this page View SourceTryUnwrap(out T?)
Tries to unwrap this option.
Declaration
[Pure]
public bool TryUnwrap(out T? value)
Parameters
value- T
This option's value if it is Some(T); otherwise, default when it is None.