OptionalValues

Undocumented in source.

Members

Enums

Enum
enum Enum
Undocumented in source.

Variables

arrayValue
Nullable!(int[]) arrayValue;
Undocumented in source.
boolValue
Nullable!bool boolValue;
Undocumented in source.
enumValue
Nullable!Enum enumValue;
Undocumented in source.
intValue
Nullable!int intValue;
Undocumented in source.
stringValue
Nullable!string stringValue;
Undocumented in source.

Meta