Methods
- Create``2() static Creates an empty immutable sorted dictionary.
- Create``2(IComparer<`0>)
-
Create``2(IComparer<`0>,
IEquality Comparer<`1>) - Create``2(IComparer<``0>) static Creates an empty immutable sorted dictionary that uses the specified key comparer.
-
Create``2(IComparer<``0>,
IEquality static Creates an empty immutable sorted dictionary that uses the specified key and value comparers.Comparer<``1>) -
Create
Builder``2() static Creates a new immutable sorted dictionary builder. -
Create
Builder``2(IComparer<`0>) -
Create
Builder``2(IComparer<`0>, IEquality Comparer<`1>) -
Create
Builder``2(IComparer<``0>) static Creates a new immutable sorted dictionary builder. -
Create
Builder``2(IComparer<``0>, static Creates a new immutable sorted dictionary builder.IEquality Comparer<``1>) -
Create
Range``2(IComparer<`0>, IEnumerable<Key Value Pair<`0, `1>>) -
Create
Range``2(IComparer<`0>, IEquality Comparer<`1>, IEnumerable<Key Value Pair<`0, `1>>) -
Create
Range``2(IComparer<``0>, static Creates a new immutable sorted dictionary from the specified range of items with the specified key comparer.IEnumerable<Key Value Pair<``0, ``1>>) -
Create
Range``2(IComparer<``0>, static Creates a new immutable sorted dictionary from the specified range of items with the specified key and value comparers.IEquality Comparer<``1>, IEnumerable<Key Value Pair<``0, ``1>>) -
Create
Range``2(IEnumerable<Key Value Pair<`0, `1>>) -
Create
Range``2(IEnumerable<Key static Creates an immutable sorted dictionary that contains the specified items and uses the default comparer.Value Pair<``0, ``1>>) -
To
Immutable staticSorted Dictionary``2(Builder<``0, ``1>) -
To
Immutable Sorted Dictionary``2(IEnumerable<Key Value Pair<`0, `1>>) -
To
Immutable Sorted Dictionary``2(IEnumerable<Key Value Pair<`0, `1>>, IComparer<`0>) -
To
Immutable Sorted Dictionary``2(IEnumerable<Key Value Pair<`0, `1>>, IComparer<`0>, IEquality Comparer<`1>) -
To
Immutable static Enumerates a sequence of key/value pairs and produces an immutable sorted dictionary of its contents.Sorted Dictionary``2(IEnumerable<Key Value Pair<``0, ``1>>) -
To
Immutable static Enumerates a sequence of key/value pairs and produces an immutable dictionary of its contents by using the specified key comparer.Sorted Dictionary``2(IEnumerable<Key Value Pair<``0, ``1>>, IComparer<``0>) -
To
Immutable static Enumerates a sequence of key/value pairs and produces an immutable sorted dictionary of its contents by using the specified key and value comparers.Sorted Dictionary``2(IEnumerable<Key Value Pair<``0, ``1>>, IComparer<``0>, IEquality Comparer<``1>) -
To
Immutable Sorted Dictionary``3(IEnumerable<`0>, Func<`0, `1>, Func<`0, `2>) -
To
Immutable Sorted Dictionary``3(IEnumerable<`0>, Func<`0, `1>, Func<`0, `2>, IComparer<`1>) -
To
Immutable Sorted Dictionary``3(IEnumerable<`0>, Func<`0, `1>, Func<`0, `2>, IComparer<`1>, IEquality Comparer<`2>) -
To
Immutable static Enumerates and transforms a sequence, and produces an immutable sorted dictionary of its contents.Sorted Dictionary``3(IEnumerable<``0>, Func<``0, ``1>, Func<``0, ``2>) -
To
Immutable static Enumerates and transforms a sequence, and produces an immutable sorted dictionary of its contents by using the specified key comparer.Sorted Dictionary``3(IEnumerable<``0>, Func<``0, ``1>, Func<``0, ``2>, IComparer<``1>) -
To
Immutable static Enumerates and transforms a sequence, and produces an immutable sorted dictionary of its contents by using the specified key and value comparers.Sorted Dictionary``3(IEnumerable<``0>, Func<``0, ``1>, Func<``0, ``2>, IComparer<``1>, IEquality Comparer<``2>)