A utility class that holds a pair of objects of arbitrary types.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Core (in Telerik.Windows.Core.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| C# |
|---|
public class Pair<T1, T2>
|
| Visual Basic |
|---|
Public Class Pair(Of T1, T2) |
| Visual C++ |
|---|
generic<typename T1, typename T2>
public ref class Pair |
Type Parameters
Inheritance Hierarchy
See Also