SupportClass.CollectionsManager.SynchronizedList Method
Returns an IList wrapper that is synchronized (thread-safe).
public static
IList SynchronizedList(
IList List);
Parameters
- List
- The IList to synchronize.
Return Value
An IList wrapper that is synchronized (thread-safe).
See Also
SupportClass.CollectionsManager Class | (global) Namespace