New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:keyTKey

The key.

valueTValue

The value.

Returns:

KeyValuePair<TKey, TValue>

In this article
DefinitionMethodsCreate<TKey, TValue>(TKey, TValue)
Not finding the help you need?
Contact Support