Tuple<T1,T2> Record

Represents type Tuple<T1,T2>.

Namespace: Spring
type
 Tuple<T1, T2> = record
 end;

Type Parameters

T1
T2

The Tuple<T1,T2> type exposes the following members.

Show:
 NameDescription
Create(T1,T2)

Initializes a new instance of the Tuple<T1,T2> class.

Top
Show:
 NameDescription
Value1

Represents property Value1.

Value2

Represents property Value2.

Top
Show:
 NameDescription
Equals(Tuple<T1,T2>)

Represents method Equals(Tuple<T1,T2>).

Unpack(T1,T2)

Represents method Unpack(T1,T2).

Top
Show:
 NameDescription
Equality(Tuple<T1,T2>,Tuple<T1,T2>)

Represents operator op_Equality(Tuple<T1,T2>,Tuple<T1,T2>).

Implicit( to Tuple<T1,T2>)

Represents a conversion operator.

Implicit(TArray to Tuple<T1,T2>)

Represents a conversion operator.

Implicit(Tuple<T1,T2> to TArray)

Represents a conversion operator.

Inequality(Tuple<T1,T2>,Tuple<T1,T2>)

Represents operator op_Inequality(Tuple<T1,T2>,Tuple<T1,T2>).

Top
Show:
 NameDescription
fValue1

Represents field fValue1.

fValue2

Represents field fValue2.

Top