Leadtools.Medical.Workstation Namespace : ListWithEvents<T> Class |
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public class ListWithEvents<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Declaration <DefaultMemberAttribute("Item")> <SerializableAttribute()> Public Class ListWithEvents(Of T) Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage Dim instance As ListWithEvents(Of T)
public sealed class ListWithEvents<T> : System.Collections.Generic.ICollection<T>, Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <T>, Windows.Foundation.Collections.IVector //In WinRT the IListinterface is replaced by IVector <T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
function Leadtools.Medical.Workstation.ListWithEvents()
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public __gc class ListWithEvents<T> : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMemberAttribute("Item")] [SerializableAttribute()] generic<typename T> public ref class ListWithEvents : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
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