41 _tags = tags.ToArray();
void CopyTo(KeyValuePair< TKey, TValue >[] array, int index)
static KeyValuePair< string, object?>[] EmptyTags
static KeyValuePair< string, object >[] ToArray(IEnumerable< KeyValuePair< string, object > > tags)
ReadOnlySpan< KeyValuePair< string, object?> > Tags
readonly KeyValuePair< string, object >[] _tags
Measurement(T value, IEnumerable< KeyValuePair< string, object?> >? tags)
Measurement(T value, ReadOnlySpan< KeyValuePair< string, object?> > tags)
Measurement(T value, params KeyValuePair< string, object?>[]? tags)