←Select platform

DictionaryWithEvents<TKey,TValue> Class

Summary

Represents a collection of keys and values with events when the collection is modified.

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
[SerializableAttribute()] 
public class DictionaryWithEvents<TKey,TValue> : System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize