Table of Contents

Class MetricsCollection<T>

Namespace
Steeltoe.Management.OpenTelemetry.Metrics
Assembly
Steeltoe.Management.OpenTelemetryBase.dll
public class MetricsCollection<T> : ConcurrentDictionary<string, T>, IDictionary<string, T>, ICollection<KeyValuePair<string, T>>, IReadOnlyDictionary<string, T>, IReadOnlyCollection<KeyValuePair<string, T>>, IEnumerable<KeyValuePair<string, T>>, IDictionary, ICollection, IEnumerable where T : new()

Type Parameters

T
Inheritance
MetricsCollection<T>
Implements
Inherited Members

Properties

this[string]

public T this[string key] { get; }

Parameters

key string

Property Value

T