Leadtools.Dicom.AddIn Namespace : ThreadSafeList<T> Class |
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public class ThreadSafeList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable
'Declaration <DefaultMemberAttribute("Item")> <SerializableAttribute()> Public Class ThreadSafeList(Of T) Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.IEnumerable
'Usage Dim instance As ThreadSafeList(Of T)
[DefaultMemberAttribute("Item")] [SerializableAttribute()] generic<typename T> public ref class ThreadSafeList : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.IEnumerable