Collection Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the Collection. |
| Item | Gets or sets the element at the specified index. |
| Name | Description | |
|---|---|---|
| System.Collections.Generic.ICollection<T>.IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
| System.Collections.ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
| System.Collections.ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
| System.Collections.IList.IsFixedSize | Gets a value indicating whether the IList has a fixed size. |
| System.Collections.IList.IsReadOnly | Gets a value indicating whether the IList is read-only. |
| System.Collections.IList.Item | Gets or sets the element at the specified index. |