This documentation is archived and is not being maintained.
ArrayList::Synchronized Method
Visual Studio 2010
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). |
Show: