AdvisableKeyedCollection<TKey, TItem>.RemoveItem Method |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
protected override void RemoveItem( int index )
Parameters
- index
- Type: System.Int32
The zero-based index of the element to remove.
This method does not cause the advices to be executed. It should be invoked only from inside the scope of the ExecuteWithAdvices method. |