Class ValueOrErrorKind
Enumeration indicating whether an object represents a value or an error.
Inheritance
System.Object
ValueOrErrorKind
Namespace: System.Memory
Assembly: Nuqleon.Memory.dll
Syntax
public sealed class ValueOrErrorKind : Enum
Fields
Error
Representation of an error.
Declaration
public const ValueOrErrorKind Error
Field Value
Type | Description |
---|---|
ValueOrErrorKind |
Value
Representation of a value.
Declaration
public const ValueOrErrorKind Value
Field Value
Type | Description |
---|---|
ValueOrErrorKind |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |