[This is preliminary documentation and is subject to change.]
The MetadataCollection<(Of <(<'TValue>)>)> type exposes the following methods.
| Member | Description | |
|---|---|---|
| Add(MetadataEntry<(Of <<'(TValue>)>>)) | ||
| Add(String, String, TValue) | Adds a new entry to the collection.
Throws ArgumentException if an entry with the same group/key already exists. | |
| Clear()()()() | ||
| Clone()()()() | ||
| Contains(MetadataEntry<(Of <<'(TValue>)>>)) | ||
| ContainsGroup(String) | ||
| ContainsKey(String, String) | ||
| ContainsValue(TValue) | ||
| ContainsValue(TValue, IEqualityComparer<(Of <<'(TValue>)>>)) | ||
| CopyTo(Array, Int32) | ||
| CopyTo(array<MetadataEntry<(Of <<'(TValue>)>>)>[]()[][], Int32) | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Get(String, String) | ||
| GetEnumerator()()()() | Enumerates all keys in this collection. | |
| GetGroup(String) | Enumerates a group of keys. | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetKeyCount(String) | Number of keys within a given group. Throws KeyNotFoundException if no such group exists. | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| JoinToString<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) | Joins all items in a collection into one comma-separated string.
If the items are not strings, .ToString() is called on them. (Inherited from EnumerableUtil.) | |
| JoinToString<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), String) | Joins all items in a collection into one string separated with the given separator.
If the items are not strings, .ToString() is called on them. (Inherited from EnumerableUtil.) | |
| JoinToString<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), Func<(Of <<'(T, String>)>>)) | Joins all items in a collection into one string separated with the given separator.
A specified string conversion function is called on each item before contactenation. (Inherited from EnumerableUtil.) | |
| JoinToString<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), String, Func<(Of <<'(T, String>)>>)) | Joins all items in a collection into one string separated with the given separator.
A specified string conversion function is called on each item before contactenation. (Inherited from EnumerableUtil.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(MetadataEntry<(Of <<'(TValue>)>>)) | ||
| Remove(String, String) | Removes entry with the specified group/key from the collection. | |
| Set(MetadataEntry<(Of <<'(TValue>)>>)) | ||
| ToString()()()() | (Inherited from Object.) | |
| TryGetValue(String, String, TValue%) |