Property HasValue
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
HasValue
Gets whether this Optional<T> has a value.
public bool HasValue { get; }
Property Value
- bool
Gets whether this Optional<T> has a value.
public bool HasValue { get; }