NotificationDictionaryTKey, TValue Methods

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET

The NotificationDictionaryTKey, TValue generic type exposes the following members.

Methods

  NameDescription
Public methodAdd(KeyValuePairTKey, TValue)
Adds the specified item.
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
Public methodClear
Public methodContains
Determines whether the dictionary contains the specified item.
Public methodContainsKey
Determines whether the specified key contains key.
Public methodCopyTo
Copies the dictionary to the specified array.
Public methodGetEnumerator
Gets the enumerator.
Public methodRemove(KeyValuePairTKey, TValue)
Removes the specified item.
Public methodRemove(TKey)
Public methodTryGetValue
Tries the get value.
Top
See Also

Reference