KeyValuePair
Class
Creates a key value pair.
Definition
Namespace:Telerik.Windows.Controls.Rating
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
C#
public static class KeyValuePair
Inheritance: objectKeyValuePair
Methods
Creates the specified key value pair.
C#
public static KeyValuePair<TKey, TValue> Create<TKey, TValue>(TKey key, TValue value)
The key.
valueTValueThe value.
Returns:KeyValuePair<TKey, TValue>