System.Collections.ObjectModel.Collection<T> Members

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

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Collections.ObjectModel.Collection`1 class that is empty.

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Countint.

Gets the number of elements actually contained in the System.Collections.ObjectModel.Collection`1.

default property
Item(int)T. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
ItemsIList<T>.

Gets a IList`1 wrapper around the System.Collections.ObjectModel.Collection`1.

Public Methods

Add(T)
Documentation for this section has not yet been entered.
Clear()

Removes all elements from the System.Collections.ObjectModel.Collection`1.

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.Collection`1.

IndexOf(T) : int
Documentation for this section has not yet been entered.
Insert(int, T)
Documentation for this section has not yet been entered.
Remove(T) : bool
Documentation for this section has not yet been entered.
RemoveAt(int)

Removes the element at the specified index of the System.Collections.ObjectModel.Collection`1.

Protected Methods

ClearItems()

Removes all elements from the System.Collections.ObjectModel.Collection`1.

InsertItem(int, T)
Documentation for this section has not yet been entered.
RemoveItem(int)

Removes the element at the specified index of the System.Collections.ObjectModel.Collection`1.

SetItem(int, T)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IList.Add

Adds an item to the IList.

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 into the IList at the specified index.

[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.Itemobject. Documentation for this section has not yet been entered.
IList.Remove

Removes the first occurrence of a specific object from the IList.

[read-only]
ICollection.SyncRootobject.

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