APRlib

SupportClass.CollectionsManager.SynchronizedSet Method 

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

public static ICollection SynchronizedSet(
   ICollection Set
);

Parameters

Set
The ICollection to synchronize.

Return Value

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

See Also

SupportClass.CollectionsManager Class | (global) Namespace