ExampleTuple<T1,T2,T3> structure

A 3-tuple.

public struct ExampleTuple<T1, T2, T3>
parameter description
T1 The first type.
T2 The second type.
T3 The third type.

See Also