ArrayList.Synchronized Method
.NET Framework 4.5
Returns a list wrapper that is synchronized (thread safe).
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Synchronized(ArrayList) | Returns an ArrayList wrapper that is synchronized (thread safe). |
|
Synchronized(IList) | Returns an IList wrapper that is synchronized (thread safe). |