Leadtools.Medical.Workstation Namespace : DictionaryWithEvents<TKey,TValue> Class |
[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
'Declaration <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
'Usage Dim instance As DictionaryWithEvents(Of TKey,TValue)
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public __gc class DictionaryWithEvents<TKey,TValue> : public 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()] 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