The members of System.Collections.ObjectModel.ReadOnlyCollection<T> are listed below.
See Also: Inherited members from System.Object
Documentation for this section has not yet been entered. |
[read-only] | Count | int.
Gets the number of elements contained in the System.Collections.ObjectModel.ReadOnlyCollection`1 instance. |
[read-only] default property | Item(int) | T. Documentation for this section has not yet been entered. |
[read-only] | Items | IList<T>.
Returns the IList`1 that the System.Collections.ObjectModel.ReadOnlyCollection`1 wraps. |
Contains(T)Documentation for this section has not yet been entered. | ||
CopyTo(T[], int)Documentation for this section has not yet been entered. | ||
GetEnumerator()
| ||
IndexOf(T)Documentation for this section has not yet been entered. |
IList.Add |
Adds an item to the IList. This implementation always throws NotSupportedException. | |
ICollection<T>.Add | Documentation for this section has not yet been entered. | |
ICollection<T>.Clear | Documentation for this section has not yet been entered. | |
IList.Clear |
Removes all items from the IList. This implementation always throws NotSupportedException. | |
IList.Contains |
Determines whether the IList contains a specific value. | |
ICollection.CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index. | |
IEnumerable.GetEnumerator |
Returns an enumerator that iterates through a collection. | |
IList.IndexOf |
Determines the index of a specific item in the IList. | |
IList.Insert |
Inserts an item to the IList at the specified index. This implementation always throws NotSupportedException. | |
IList<T>.Insert | Documentation for this section has not yet been entered. | |
[read-only] | IList.IsFixedSize | bool.
Gets a value indicating whether the IList has a fixed size. |
[read-only] | ICollection<T>.IsReadOnly | bool. Documentation for this section has not yet been entered. |
[read-only] | IList.IsReadOnly | bool.
Gets a value indicating whether the IList is read-only. |
[read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
IList<T>.Item | T. Documentation for this section has not yet been entered. | |
IList.Item | object. Documentation for this section has not yet been entered. | |
IList.Remove |
Removes the first occurrence of a specific object from the IList. This implementation always throws NotSupportedException. | |
ICollection<T>.Remove | Documentation for this section has not yet been entered. | |
IList<T>.RemoveAt | Documentation for this section has not yet been entered. | |
IList.RemoveAt |
Removes the IList item at the specified index. This implementation always throws NotSupportedException. | |
[read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the ICollection. |