Value Properties
The Value type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
A ValueIterator to the begin of the map. | |
|
A ValueVectorIterator to the begin of the vector. | |
| ||
|
Gets a value that indicates whether the Value is empty. | |
|
A ValueIterator to the end of the map. | |
|
A ValueVectorIterator to the end of the vector. | |
| ||
|
Gets a value that indicates whether the Value is read-only. | |
|
Gets a value that indicates whether the Value is set. | |
| ||
|
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 number of Values in the map or vector. | |
| ||
|
Gets or sets the type of the Value. If the ValueType is different from the old ValueType all data will be cleared. | |
|
Gets an ICollection.T. containing the Values in the Value. |
- Value.Begin Property
- Value.BeginVector Property
- Value.Empty Property
- Value.End Property
- Value.EndVector Property
- Value.IsSet Property
- Value.Item Property
- Value.Size Property
- Value.Type Property
- Value.Count Property
- Value.IsFixedSize Property
- Value.IsReadOnly Property
- Value.IsSynchronized Property
- Value.Keys Property
- Value.SyncRoot Property
- Value.Values Property