Click or drag to resize

ChildPlatformCollection.RemoveItem Method

Removes the element at the given index of the ChildPlatformCollection.

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 RemoveItem(
	int index
)

Parameters

index
Type: System.Int32
The index, based at zero, where the item is to be removed.
See Also