ExampleTuple<T1,T2> structure

A 2-tuple.

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

See Also