AdvisableKeyedCollection<TKey, TItem>.RemoveItems Method |
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 4.3.48.0 (4.3.48.0)

protected override TItem[] RemoveItems( int index, int count )
Parameters
- index
- Type: System.Int32
The zero-based index of the element to remove. - count
- Type: System.Int32
The number of the elements to remove.
Return Value
Type: TItem[]The list of elements that were removed.

![]() |
---|
This method does not cause the advices to be executed. It should be invoked only from inside the scope of the ExecuteWithAdvices<TResult, TAction>(ObjectAccessLevel, TAction) method. |
