Wisej.Core.SynchronizedList<T>
Last updated 1 year ago
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.5.0.0)
Provides a thread-safe collection that contains objects of a type specified by the generic parameter as elements.
public class SynchronizedList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IList, ICollection
Public Class SynchronizedList(Of T) Inherits IList(Of T) Implements ICollection(Of T), IEnumerable(Of T), IEnumerable, IList, ICollection
T
The type of object contained as items in the thread-safe collection.