Click or drag to resize
IProviderDictionaryTKey, TValue Methods

The IProviderDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified object.
Public methodClear
Clears all the items.
(Inherited from IProviderDictionary.)
Public methodContainsKey
Returns true if the table contains specified record.
Public methodInvalidate
Invalidates the dictionary content.
(Inherited from IProviderDictionary.)
Public methodRemove(TKey)
Removes the specified object.
Public methodRemove(Object, Boolean)
Removes the specified object.
(Inherited from IProviderDictionary.)
Public methodTryGetValue
Returns true if the table contains specified record.
Top
See Also