Name | Description | |
---|---|---|
![]() | Add | Add the supplied Metric item to this collection. |
![]() | Clear | Clearing objects is not supported. |
![]() | Contains | Indicates whether the specified metric object is contained in this dictionary. |
![]() | ContainsKey | Overloaded. Determines whether the collection contains an element with the specified key. |
![]() | CopyTo | Copies the entire contents of the dictionary into the provided array starting at the specified index. |
![]() | IndexOf | Returns the zero-based index of the specified metric within the dictionary. |
![]() | Insert | Inserting objects by index is not supported because the collection is sorted. |
![]() | Remove | Removing objects is not supported. |
![]() | RemoveAt | Removing objects by index is not supported because the collection is always read only. |
![]() | ToArray | Copy the entire collection of metric instances into a new array. |
![]() | TryGetValue | Overloaded. Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |