Interface INullable
Represents objects that can be null or have a value.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface INullable
Properties
| Edit this page View SourceHasValue
Gets whether this object has a value.
Declaration
bool HasValue { get; }
Property Value
| Type | Description |
|---|---|
| bool |