The members of System.Collections.ObjectModel.Collection<T> are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Collections.ObjectModel.Collection`1 class that is empty. | ||
Documentation for this section has not yet been entered. |
[read-only] | Count | int.
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. |
[read-only] | Items | IList<T>.
Gets a IList`1 wrapper around the System.Collections.ObjectModel.Collection`1. |
Add(T)Documentation for this section has not yet been entered. | ||
Clear()
| ||
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. | ||
Insert(int, T)Documentation for this section has not yet been entered. | ||
Remove(T)Documentation for this section has not yet been entered. | ||
RemoveAt(int)
|
ClearItems()
| ||
InsertItem(int, T)Documentation for this section has not yet been entered. | ||
RemoveItem(int)
| ||
SetItem(int, T)Documentation for this section has not yet been entered. |
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.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.Item | object. 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.SyncRoot | object.
Gets an object that can be used to synchronize access to the ICollection. |