Property Value
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Value
Gets the value of this Optional<T>.
public T Value { get; }
Property Value
- T
Exceptions
- InvalidOperationException
If this Optional<T> has no value.
Gets the value of this Optional<T>.
public T Value { get; }
If this Optional<T> has no value.