Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue> > Methods

TRSDictionary<TKey,TValue>.ExtractPair(TKey) Method

Scroll Prev Top Next More

Returns the TPair<TKey,TValue> pair with the specified Key and removes the returned pair from a dictionary.

If the dictionary does not contain the specified Key, the returned pair contains a default TValue.
 

Namespace: RSGenerics.Collections

Parameters

Key

Type: TKey

Return Value

Type: TPair<TKey,TValue>

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb