System.Collections.ObjectModel.ReadOnlyCollection<T> Members

The members of System.Collections.ObjectModel.ReadOnlyCollection<T> are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint.

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.

Protected Properties

Public Methods

Contains(T) : bool
Documentation for this section has not yet been entered.
CopyTo(T[], int)
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<T>

Returns an enumerator that iterates through the System.Collections.ObjectModel.ReadOnlyCollection`1.

IndexOf(T) : int
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IList.Add

Adds an item to the IList. This implementation always throws NotSupportedException.

ICollection<T>.AddDocumentation for this section has not yet been entered.
ICollection<T>.ClearDocumentation 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>.InsertDocumentation for this section has not yet been entered.
[read-only]
IList.IsFixedSizebool.

Gets a value indicating whether the IList has a fixed size.

[read-only]
ICollection<T>.IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
IList.IsReadOnlybool.

Gets a value indicating whether the IList is read-only.

[read-only]
ICollection.IsSynchronizedbool.

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

IList<T>.ItemT. Documentation for this section has not yet been entered.
IList.Itemobject. 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>.RemoveDocumentation for this section has not yet been entered.
IList<T>.RemoveAtDocumentation 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.SyncRootobject.

Gets an object that can be used to synchronize access to the ICollection.