|
|
| System.Collections.ICollection Interface |
|
| |
| Description | |
|
Collections are classes that literally hold collections of data, such as lists, queues and stacks.
The ICollection interface provides just the CopyTo method that must be implemented.
|
|
| Properties | |
|
| Count | | Integer | | Gets the number of elements contained in the Collection. | |
IsSynchronized | | Boolean | | Gets a value indicating whether access to the Collection is synchronized (thread-safe). | |
SyncRoot | | Object | | Gets an object that can be used to synchronize access to the Collection |
|
Delphi Basics links | |
|
|
Microsoft MSDN links | |
|
|
|
|
|
|