[This is preliminary documentation and is subject to change.]

Author: Đonny

Implements IPair<(Of <(<'T1, T2>)>)> as reference type

Namespace: Tools.DataStructuresT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class Pair<T1, T2> : Cloenable<Pair<T1, T2>>, 
	IPair<T1, T2>
Visual Basic
Public Class Pair(Of T1, T2) _
	Inherits Cloenable(Of Pair(Of T1, T2)) _
	Implements IPair(Of T1, T2)
Visual C++
generic<typename T1, typename T2>
public ref class Pair : public Cloenable<Pair<T1, T2>^>, 
	IPair<T1, T2>
F#
type Pair<'T1, 'T2> =  
    class
        inherit Cloenable<Pair<'T1, 'T2>>
        interface IPair<'T1, 'T2>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T1
Type of Value1
T2
Type of Value2

Inheritance Hierarchy

System..::..Object
  Tools..::..Cloenable<(Of <(<'Pair<(Of <(<'T1, T2>)>)>>)>)>
    Tools.DataStructuresT.GenericT..::..Pair<(Of <(<'T1, T2>)>)>
      Tools.DataStructuresT.GenericT..::..Pair<(Of <(<'T>)>)>

See Also

Collapse/expand Version History

1.5.2