PairT1, T2ToTuple Method

Converts the pair instance to a tuple.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public Tuple<T1, T2> ToTuple()

Return Value

Type: TupleT1, T2
The tuple.
See Also