Click or drag to resize
PairTFirst, TSecondToKeyValuePair Method
Converts this Pair to a KeyValuePair. The Key part of the KeyValuePair gets the First element, and the Value part of the KeyValuePair gets the Second elements.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public KeyValuePair<TFirst, TSecond> ToKeyValuePair()

Return Value

Type: KeyValuePairTFirst, TSecond
The KeyValuePair created from this Pair.
See Also