Value Properties
The Value type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Contains the total number of Values the internal data structure can hold without resizing. | |
|
Gets a value that indicates whether the Value contains a JSON String. | |
| ||
| ||
|
Gets a value that indicates whether the Value is empty. | |
| ||
|
Gets a value that indicates whether Type equals Map or Struct. | |
| ||
|
Gets a value that indicates whether Type equals Int32, Double or Int64. | |
|
Gets a value that indicates whether the Value is read-only. | |
| ||
| ||
|
Gets or sets the Value at the specified index. | |
|
Gets or sets the Value with the specified key. | |
|
Gets an ICollection.T. containing the keys of the Value. | |
|
Gets the total number of elements in all the dimensions of the Array. | |
|
Gets a 64-bit integer that represents the total number of elements in all the dimensions of the Array. | |
| ||
| ||
|
Gets an ICollection.T. containing the Values in the Value. |
- Value.Capacity Property
- Value.ContainsJson Property
- Value.Count Property
- Value.IsArray Property
- Value.IsEmpty Property
- Value.IsFixedSize Property
- Value.IsMapOrStruct Property
- Value.IsNull Property
- Value.IsNumber Property
- Value.IsReadOnly Property
- Value.IsSynchronized Property
- Value.IsVector Property
- Value.Item Property
- Value.Keys Property
- Value.Length Property
- Value.LongLength Property
- Value.SyncRoot Property
- Value.Type Property
- Value.Values Property