List Properties
.NET Framework 2.0
| 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. |