ClassKeyValuePair
Class
Creates a key value pair.
Definition
Namespace:Telerik.Windows.Controls.Rating
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public static class KeyValuePair
Inheritance: objectKeyValuePair
Methods
Create<TKey, TValue>(TKey, TValue)
Creates the specified key value pair.
Declaration
cs-api-definition
public static KeyValuePair<TKey, TValue> Create<TKey, TValue>(TKey key, TValue value)
Parameters
key
TKey
The key.
value
TValue
The value.
Returns
KeyValuePair<TKey, TValue>