Class Muple<T1>
A mutable tuple of dimension one.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public class Muple<T1> : Muple
Type Parameters
T1
The data type of the first item. |
Constructors
Muple(T1)
Initializes a new instance of the Muple<T1> class.
Declaration
public Muple(T1 item1)
Parameters
T1
item1
The item1. |
Properties
Item1
Gets or sets the first item.
Declaration
public T1 Item1 { get; set; }
Property Value
T1
The item1. |