mscorlib(4.0.0.0) API with additions
System.Collections.CollectionBase Member List

This is the complete list of members for System.Collections.CollectionBase, including all inherited members.

CapacitySystem.Collections.CollectionBase
Clear()System.Collections.CollectionBase
CollectionBase()System.Collections.CollectionBaseprotected
CollectionBase(int capacity)System.Collections.CollectionBaseprotected
CountSystem.Collections.CollectionBase
GetEnumerator()System.Collections.CollectionBase
InnerListSystem.Collections.CollectionBaseprotected
ListSystem.Collections.CollectionBaseprotected
OnClear()System.Collections.CollectionBaseprotectedvirtual
OnClearComplete()System.Collections.CollectionBaseprotectedvirtual
OnInsert(int index, object value)System.Collections.CollectionBaseprotectedvirtual
OnInsertComplete(int index, object value)System.Collections.CollectionBaseprotectedvirtual
OnRemove(int index, object value)System.Collections.CollectionBaseprotectedvirtual
OnRemoveComplete(int index, object value)System.Collections.CollectionBaseprotectedvirtual
OnSet(int index, object oldValue, object newValue)System.Collections.CollectionBaseprotectedvirtual
OnSetComplete(int index, object oldValue, object newValue)System.Collections.CollectionBaseprotectedvirtual
OnValidate(object value)System.Collections.CollectionBaseprotectedvirtual
RemoveAt(int index)System.Collections.CollectionBase