OrderedDictionary2.Pairs

OrderedDictionary<TKey,TValue>.Pairs property

public IReadOnlyList<(TKey, TValue)> Pairs { get; }

See Also