Click or drag to resize

DictionaryWithValueSortingTKey, TValue Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Room.UtilsDictionaryWithValueSortingTKey, TValue

Namespace:  SoftGear.Strix.Client.Room.Utils
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public class DictionaryWithValueSorting<TKey, TValue> : IDictionary<TKey, TValue>, 
	ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, 
	IEnumerable

Type Parameters

TKey
TValue

The DictionaryWithValueSortingTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodDictionaryWithValueSortingTKey, TValue
Initializes a new instance of the DictionaryWithValueSortingTKey, TValue class
Top
Properties
Methods
See Also