ExtensionCollection.InsertItem Method |
Inserts an element in the collection at the specified index.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxprotected override void InsertItem(
int index,
ObjectExtension item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As ObjectExtension
)
protected:
virtual void InsertItem(
int index,
ObjectExtension^ item
) override
abstract InsertItem :
index : int *
item : ObjectExtension -> unit
override InsertItem :
index : int *
item : ObjectExtension -> unit
Parameters
- index
- Type: System.Int32
The index. - item
- Type: AGI.Foundation.Infrastructure.ObjectExtension
The element.
Exceptions
See Also