IProviderDictionaryTKey, TValue Methods |
The IProviderDictionaryTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified object.
|
![]() | Clear |
Clears all the items.
(Inherited from IProviderDictionary.) |
![]() | ContainsKey |
Returns true if the table contains specified record.
|
![]() | Invalidate |
Invalidates the dictionary content.
(Inherited from IProviderDictionary.) |
![]() | Remove(TKey) |
Removes the specified object.
|
![]() | Remove(Object, Boolean) |
Removes the specified object.
(Inherited from IProviderDictionary.) |
![]() | TryGetValue |
Returns true if the table contains specified record.
|