Skip to main content
Version: Normcore 2

Extensions

Extensions

Static Methods

Deconstruct

void Deconstruct(this KeyValuePair<TKey, TValue> source, TKey& key, TValue& value)

Destructuring extension for KeyValuePair.