Apitron.PDF.Kit library for .NET
Top
The NotificationDictionaryTKey, TValue generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(KeyValuePairTKey, TValue) |
Adds the specified item.
| |
Add(TKey, TValue) |
Adds the specified key and value to the dictionary.
| |
Clear |
Removes all keys and values from the DictionaryTKey, TValue.
| |
Contains |
Determines whether the dictionary contains the specified item.
| |
ContainsKey |
Determines whether the specified key contains key.
| |
CopyTo |
Copies the dictionary to the specified array.
| |
GetEnumerator |
Gets the enumerator.
| |
Remove(KeyValuePairTKey, TValue) |
Removes the specified item.
| |
Remove(TKey) | ||
TryGetValue |
Tries the get value.
|
See Also