APRlib

SupportClass.CollectionsManager.SynchronizedCollection Method 

Returns an ICollection wrapper that is synchronized (thread-safe).

public static ICollection SynchronizedCollection(
   ICollection Collection
);

Parameters

Collection

Return Value

An ICollection wrapper that is synchronized (thread-safe).

See Also

SupportClass.CollectionsManager Class | (global) Namespace