Tuple Class

Represents type Tuple.

Namespace: Spring
TObject
  Spring.Tuple
type
 Tuple = class
 end;

The Tuple type exposes the following members.

Show:
 NameDescription
Create<T1,T2,T3,T4>(T1,T2,T3,T4)

Overloaded. Represents method Create<T1,T2,T3,T4>(T1,T2,T3,T4).

Create<T1,T2,T3>(T1,T2,T3)

Overloaded. Represents method Create<T1,T2,T3>(T1,T2,T3).

Create<T1,T2>(T1,T2)

Overloaded. Represents method Create<T1,T2>(T1,T2).

Top