C#
VB
C++
Represents a collection of keys and values with events when the collection is modified.
[SerializableAttribute()][DefaultMemberAttribute("Item")]public class DictionaryWithEvents<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
<DefaultMemberAttribute("Item")><SerializableAttribute()>Public Class DictionaryWithEvents(Of TKey,TValue)Implements System.Collections.Generic.ICollection(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IDictionary(Of TKey,TValue), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TKey,TValue)), System.Collections.IEnumerable
[DefaultMemberAttribute("Item")][SerializableAttribute()]generic<typename TKey>generic<typename TValue>public ref class DictionaryWithEvents : public System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable
Type Parameters
TKey
The type of the keys in the dictionary.
TValue
The type of the values in the dictionary.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
