[This is preliminary documentation and is subject to change.]
The MetadataCollection<(Of <(<'TValue>)>)> type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Count | The total number of entries in this collection. | |
| GroupCount | Number of groups in this collection. | |
| IsSynchronized | ||
| Item[([( String, String])]) | Gets or sets the value of a given entry.
If the specified key/value pair is not found, a get operation throws a KeyNotFoundException,
and a set operation creates a new element with the specified group/key. | |
| SyncRoot | Internal lock object used by this collection to ensure thread safety. |