Open this page in the API Guide

Pair<T1, T2>.ToTuple Method

Converts the pair instance to a tuple.

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

Return Value

Type: Tuple<T1, T2>
The tuple.
See Also