Name | Description | |
---|---|---|
Add | Adds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>) | |
Clear | Removes all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>) | |
Contains | Determines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>) | |
ContainsKey | Determines whether the collection contains an element with the specified key. | |
CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>) | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<IEventMetricValueDefinition>) | |
IndexOf | Retrieve the index of a metric value definition by its name | |
Insert | Inserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<IEventMetricValueDefinition>) | |
Remove | Removes the first occurrence of a specific object from the ICollection. (Inherited from System.Collections.Generic.ICollection<IEventMetricValueDefinition>) | |
RemoveAt | Removes the IList item at the specified index. (Inherited from System.Collections.Generic.IList<IEventMetricValueDefinition>) | |
TryGetValue | Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |