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)
public sealed class DictionaryWithEvents<TKey,TValue> : System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, Windows.Foundation.Collections.IMap //In WinRT the IDictionary interface is replaced by IMap<TKey,TValue>, Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable
function Leadtools.Medical.Workstation.DictionaryWithEvents()
[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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2