Class Pair<T1, T2>
Inheritance
System.Object
Pair<T1, T2>
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class Pair<T1, T2> : Object
Type Parameters
T1
|
T2
|
Constructors
Pair(T1, T2)
Declaration
public Pair(T1 first, T2 second)
Parameters
T1
first
|
T2
second
|
Properties
First
Declaration
public T1 First { get; set; }
Property Value
T1
|
Second
Declaration
public T2 Second { get; set; }
Property Value
T2
|