Extensions
Extensions
Static Methods
Deconstruct
void Deconstruct(this KeyValuePair<TKey, TValue> source, TKey& key, TValue& value)
Destructuring extension for KeyValuePair.
void Deconstruct(this KeyValuePair<TKey, TValue> source, TKey& key, TValue& value)
Destructuring extension for KeyValuePair.