Class Muple<T1, T2, T3>
A mutable tuple of dimension three.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class Muple<T1, T2, T3> : Muple<T1, T2>
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. |
Constructors
Muple(T1, T2, T3)
Initializes a new instance of the Muple<T1, T2, T3> class.
Declaration
public Muple(T1 item1, T2 item2, T3 item3)
Parameters
T1
item1
The item1. |
T2
item2
The item2. |
T3
item3
The item3. |
Properties
Item3
Gets or sets the third item.
Declaration
public T3 Item3 { get; set; }
Property Value
T3
The item3. |