Implemented interface member:
property
KeyComparer
System.Collections.Generic.ISortKeyCollection<TKey>.KeyComparer
5 references to KeyComparer
System.Collections.Immutable (5)
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
75_keyComparer = map.KeyComparer;
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (4)
849return other.WithComparers(this.KeyComparer, this.ValueComparer); 855dictionary = new SortedDictionary<TKey, TValue>(itemsAsDictionary, this.KeyComparer); 859dictionary = new SortedDictionary<TKey, TValue>(this.KeyComparer); 890return new ImmutableSortedDictionary<TKey, TValue>(root, dictionary.Count, this.KeyComparer, this.ValueComparer);