Class
Muple<T1, T2, T3, T4, T5, T6, T7, T8>

A mutable tuple of dimension eight.

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.

T3

The data type of the third item.

T4

The data type of the fourth item.

T5

The data type of the fifth item.

T6

The data type of the sixth item.

T7

The data type of the seventh item.

T8

The data type of the eighth item.

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")]
[SuppressMessage("Microsoft.Maintainability", "CA1501:AvoidExcessiveInheritance")]
public class Muple<T1, T2, T3, T4, T5, T6, T7, T8> : Muple<T1, T2, T3, T4, T5, T6, T7>

Inheritance: objectMupleMuple<T1>Muple<T1, T2>Muple<T1, T2, T3>Muple<T1, T2, T3, T4>Muple<T1, T2, T3, T4, T5>Muple<T1, T2, T3, T4, T5, T6>Muple<T1, T2, T3, T4, T5, T6, T7>Muple<T1, T2, T3, T4, T5, T6, T7, T8>

Inherited Members Muple<T1, T2, T3, T4, T5, T6, T7>.Item7Muple<T1, T2, T3, T4, T5, T6>.Item6Muple<T1, T2, T3, T4, T5>.Item5Muple<T1, T2, T3, T4>.Item4Muple<T1, T2, T3>.Item3Muple<T1, T2>.Item2Muple<T1>.Item1Muple.Create<T1>(T1)Muple.Create<T1, T2>(T1, T2)Muple.Create<T1, T2, T3>(T1, T2, T3)

Constructors

Muple(T1, T2, T3, T4, T5, T6, T7, T8)

Initializes a new instance of the Muple<T1, T2, T3, T4, T5, T6, T7, T8> class.

Declaration

cs-api-definition
public Muple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8)

Parameters

item1

T1

The item1.

item2

T2

The item2.

item3

T3

The item3.

item4

T4

The item4.

item5

T5

The item5.

item6

T6

The item6.

item7

T7

The item7.

item8

T8

The item8.

Properties

Item8

Gets or sets the eighth item.

Declaration

cs-api-definition
public T8 Item8 { get; set; }

Property Value

T8

The item8.