Class Muple<T1, T2, T3, T4, T5, T6, T7>
A mutable tuple of dimension seven.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class Muple<T1, T2, T3, T4, T5, T6, T7> : Muple<T1, T2, T3, T4, T5, T6>
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 type of the sixth item. |
T7
The type of the seventh item. |
Constructors
Muple(T1, T2, T3, T4, T5, T6, T7)
Initializes a new instance of the Muple<T1, T2, T3, T4, T5, T6, T7> class.
Declaration
public Muple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7)
Parameters
T1
item1
The item1. |
T2
item2
The item2. |
T3
item3
The item3. |
T4
item4
The item4. |
T5
item5
The item5. |
T6
item6
The item6. |
T7
item7
The item7. |
Properties
Item7
Gets or sets the seventh item.
Declaration
public T7 Item7 { get; set; }
Property Value
T7
The item7. |