Show/Hide Toolbars

RiverSoftAVG Products Help

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

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

Scroll Prev Top Next More

Test if key in dictionary.

ContainsKey returns true if the given key is in the dictionary and false otherwise. This is an O(1) operation.
 

Namespace: RSGenerics.Collections

Parameters

Key

Type: TKey

Return Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb