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.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic KeyValuePair<TFirst, TSecond> ToKeyValuePair()
public:
KeyValuePair<TFirst, TSecond> ToKeyValuePair()
Return Value
Type:
KeyValuePairTFirst,
TSecondThe KeyValuePair created from this Pair.
See Also