This documentation is archived and is not being maintained.
ICollection Members
.NET Framework 1.1
Public Properties
Count Supported by the .NET Compact Framework. | When implemented by a class, gets the number of elements contained in the ICollection. |
IsSynchronized Supported by the .NET Compact Framework. | When implemented by a class, gets a value indicating whether access to the ICollection is synchronized (thread-safe). |
SyncRoot Supported by the .NET Compact Framework. | When implemented by a class, gets an object that can be used to synchronize access to the ICollection. |
Public Methods
CopyTo Supported by the .NET Compact Framework. | When implemented by a class, copies the elements of the ICollection to an Array, starting at a particular Array index. |
See Also
Show:
