Methods of class Collection

class Collection | Constructors | Properties | All Members


Public Methods

Removes all items from the System.Collections.IList.
public void Clear ( )

Returns an enumerator that iterates through a collection.
public IEnumerator GetEnumerator ( )

Removes the System.Collections.IList item at the specified index.
public void RemoveAt ( int index )

Protected Methods

protected virtual void OnClear ( )

protected virtual void OnClearComplete ( )

protected virtual void OnInsert ( int index, object value )

protected virtual void OnInsertComplete ( int index, object value )

protected virtual void OnRemove ( int index, object value )

protected virtual void OnRemoveComplete ( int index, object value )

protected virtual void OnSet ( int index, object oldValue, object newValue )

protected virtual void OnSetComplete ( int index, object oldValue, object newValue )

protected virtual void OnValidate ( object value )