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

A mutable tuple of dimension one.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Type Parameters:

T1

The data type of the first item.

Syntax:

C#
public class Muple<T1> : Muple

Inheritance: objectMupleMuple<T1>

Derived Classes: Muple<T1, T2>

Inherited Members Muple.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> class.

C#
public Muple(T1 item1)
Parameters:item1T1

The item1.

Properties

Gets or sets the first item.

C#
public T1 Item1 { get; set; }
Property Value:

The item1.

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