ArrayList.Synchronized Method
.NET Framework 2.0
Returns a list wrapper that is synchronized (thread safe).
| Name | Description |
|---|---|
| ArrayList.Synchronized (ArrayList) | Returns an ArrayList wrapper that is synchronized (thread safe). Supported by the .NET Compact Framework. |
| ArrayList.Synchronized (IList) | Returns an IList wrapper that is synchronized (thread safe). |
Community Additions
ADD
Show: