Overload | Description |
---|---|
TryGetValue(Guid,IMetric) | Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |
TryGetValue(String,IMetric) | Retrieve an item from the collection by its key if present. If not present, the default value of the object is returned. |