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

A mutable tuple of dimension two.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Type Parameters:

T1

The data type of the first item.

T2

The data type of the second item.

Syntax:

C#
public class Muple<T1, T2> : Muple<T1>

Inheritance: objectMupleMuple<T1>Muple<T1, T2>

Derived Classes: Muple<T1, T2, T3>

Inherited Members Muple<T1>.Item1Muple.Create<T1>(T1)Muple.Create<T1, T2>(T1, T2)Muple.Create<T1, T2, T3>(T1, T2, T3)

Constructors

Initializes a new instance of the Muple<T1, T2> class.

C#
public Muple(T1 item1, T2 item2)
Parameters:item1T1

The item1.

item2T2

The item2.

Properties

Gets or sets the second item.

C#
public T2 Item2 { get; set; }
Property Value:

The item2.

In this article
DefinitionConstructorsMuple(T1, T2)PropertiesItem2
Not finding the help you need?
Contact Support