ReadOnlyCollectionBase Properties
From Wintellect PowerCollections
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
| C# |
|---|
[SerializableAttribute] public abstract class ReadOnlyCollectionBase<T> |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public MustInherit Class ReadOnlyCollectionBase(Of T) |
| Visual C++ |
|---|
[SerializableAttribute] generic<typename T> public ref class ReadOnlyCollectionBase abstract |
Type Parameters
- T
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| Count |
Must be overridden to provide the number of items in the collection.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ICollection<(Of <T>)>..::IsReadOnly | ||
| ICollection..::IsSynchronized |
Indicates whether the collection is synchronized.
| |
| ICollection..::SyncRoot |
Indicates the synchronization object for this collection.
|