Returns an IList wrapper that is synchronized (thread-safe).
[Visual Basic] Overloads Public Shared Function Synchronized( _ ByVal list As IList _ ) As IList [C#] public static IList Synchronized( IList list ); [C++] public: static IList* Synchronized( IList* list ); [JScript] public static function Synchronized( list : IList ) : IList;
An IList wrapper that is synchronized (thread-safe).
Exception Type | Condition |
---|---|
ArgumentNullException | list is a null reference (in Visual Basic Nothing). |
ArrayList Class | ArrayList Members | System.Collections Namespace | ArrayList.Synchronized Overload List | SyncRoot | IsSynchronized