PairT1, T2  Conversion (PairT1, T2 to TupleT1, T2)

Implicitly 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 (24.3.0.1000)
Syntax
public static implicit operator Tuple<T1, T2> (
	Pair<T1, T2> pair
)

Parameters

pair
Type: Dundas.BI.WebApiPairT1, T2
The pair.

Return Value

Type: TupleT1, T2
The tuple.
See Also