Class
Muple<T1>

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:

cs-api-definition
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

Muple(T1)

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

Declaration

cs-api-definition
public Muple(T1 item1)

Parameters

item1

T1

The item1.

Properties

Item1

Gets or sets the first item.

Declaration

cs-api-definition
public T1 Item1 { get; set; }

Property Value

T1

The item1.

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