The EmptyCollection type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the ICollection.
| |
Instance |
Gets the singleton instance of the empty collection.
| |
IsSynchronized |
Gets a value indicating if access to the ICollection is synchronized (thread-safe).
| |
SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|
See Also