PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Collection<T>Remove­Item
Open sandboxFocus

AdvisableCollection<T>.RemoveItem Method

RemoveItem(Int32)

Removes the element at the specified index of the underlying collection.

Declaration
protected virtual void RemoveItem(int index)
Parameters
Type Name Description
Int32 index

The zero-based index of the element to remove.