Value Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to store primitive values without boxing, and other instances.
public readonly struct Value
type Value = struct
Public Structure Value
- Inheritance
-
Value
Constructors
| Value(ArraySegment<Byte>) |
TBD. |
| Value(ArraySegment<Char>) |
TBD. |
| Value(Boolean) |
TBD. |
| Value(Byte) |
Stores byte in this value. |
| Value(Char) |
TBD. |
| Value(DateTime) |
TBD. |
| Value(DateTimeOffset) |
TBD. |
| Value(Double) |
TBD. |
| Value(Int16) |
TBD. |
| Value(Int32) |
TBD. |
| Value(Int64) |
TBD. |
| Value(Nullable<Boolean>) |
TBD. |
| Value(Nullable<Byte>) |
Stores nullable byte in this value. |
| Value(Nullable<Char>) |
TBD. |
| Value(Nullable<DateTime>) |
TBD. |
| Value(Nullable<DateTimeOffset>) |
TBD. |
| Value(Nullable<Double>) |
TBD. |
| Value(Nullable<Int16>) |
TBD. |
| Value(Nullable<Int32>) |
TBD. |
| Value(Nullable<Int64>) |
TBD. |
| Value(Nullable<SByte>) |
Stores nullable sbyte in this value. |
| Value(Nullable<Single>) |
TBD. |
| Value(Nullable<UInt16>) |
TBD. |
| Value(Nullable<UInt32>) |
TBD. |
| Value(Nullable<UInt64>) |
TBD. |
| Value(Object) |
Creates instance. |
| Value(SByte) |
Stores sbyte in this value. |
| Value(Single) |
TBD. |
| Value(UInt16) |
TBD. |
| Value(UInt32) |
TBD. |
| Value(UInt64) |
TBD. |
Properties
| Type |
Type of the instance stored in this value. |
Methods
| As<T>() |
TBD. |
| Create<T>(T) |
TBD. |
| TryGetValue<T>(T) |
TBD. |
Operators
Applies to
Feedback
Submit and view feedback for