ExtensionCollectionSetItem Method |
Replaces the element 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 SetItem(
int index,
ObjectExtension item
)
Protected Overrides Sub SetItem (
index As Integer,
item As ObjectExtension
)
protected:
virtual void SetItem(
int index,
ObjectExtension^ item
) override
abstract SetItem :
index : int *
item : ObjectExtension -> unit
override SetItem :
index : int *
item : ObjectExtension -> unit
Parameters
- index
- Type: SystemInt32
The index. - item
- Type: AGI.Foundation.InfrastructureObjectExtension
The new element.
Exceptions See Also