Click or drag to resize

ChildPlatformCollection.InsertItem Method

Inserts an element into the ChildPlatformCollection at the given index.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
protected override void InsertItem(
	int index,
	Platform item
)

Parameters

index
Type: System.Int32
The index, based at zero, where the item is to be inserted.
item
Type: AGI.Foundation.Platforms.Platform
The specific object that is being inserted (Value can be null for reference types).
See Also