This documentation is archived and is not being maintained.
ICollection Properties
.NET Framework 1.1
The properties of the ICollection interface are listed here. For a complete list of ICollection interface members, see the ICollection Members topic.
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. |
See Also
Show:
