AdvisableKeyedCollection<TKey, TItem>.InsertItem Method |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 5.0.55.0 (5.0.55.0)
protected override void InsertItem( int index, TItem item )
Parameters
- index
- Type: System.Int32
The zero-based index at which item should be inserted. - item
- Type: TItem
The object to insert. The value can be null for reference types.
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. |