Pair of Tuple derived from ITuple

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
[SerializableAttribute]
public sealed class TuplePair<T>
where T : new(), ITuple
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class TuplePair(Of T As {New, ITuple})
Visual C++
[SerializableAttribute]
generic<typename T>
where T : gcnew(), ITuple
public ref class TuplePair sealed

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Hyleos.Common.Geometry.TuplePair`1"]

Inheritance Hierarchy

System..::.Object
  Hyleos.Common.Geometry..::.TuplePair<(Of <(T>)>)

See Also