PostSharp//API Reference/Post­Sharp.​Patterns.​Collections/Advisable­Keyed­Collection<TKey, TItem>/Remove­Item
Open sandboxFocus

Method RemoveItem

RemoveItem(Int32)

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

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

The zero-based index of the element to remove.

Overrides
PostSharp.Patterns.Collections.AdvisableCollection<TItem>.RemoveItem(System.Int32)