ExtensionCollectionInsertItem 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.2.419.0 (24.2.419.0)
Syntax protected 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: SystemInt32
The index. - item
- Type: AGI.Foundation.InfrastructureObjectExtension
The element.
Exceptions See Also