Pair of Tuple derived from ITuple
Namespace:
Hyleos.Common.GeometryAssembly: 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"]