NotificationDictionaryTKey, TValue Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represens a notification dictionary.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesNotificationDictionaryTKey, TValue

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class NotificationDictionary<TKey, TValue> : IDictionary<TKey, TValue>, 
	ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, 
	IEnumerable

Type Parameters

TKey
The type of the key.
TValue
The type of the value.

The NotificationDictionaryTKey, TValue type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the count.
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only.
Public propertyItem
Gets or sets the value associated with the specified key.
Public propertyKeys
Gets the keys.
Public propertyValues
Gets the values.
Top
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