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 (8.0.2.1001)
Syntax
public Tuple<T1, T2> ToTuple()

Return Value

Type: TupleT1, T2
The tuple.
See Also