IMultiMap<TKey,TValue>.ExtractValues(TKey) Method
Extracts all values for the given key from the multimap.
If the multimap has doOwnsValues set the items in the returned list are not being owned by the list but have to be freed manually or being passed to a collection that takes ownership.