Click or drag to resize

ChildPlatformCollectionRemoveItem 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: 24.1.418.0 (24.1.418.0)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

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