ChildPlatformCollection.RemoveItem Method |
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit
Parameters
- index
- Type: System.Int32
The index, based at zero, where the item is to be removed.
See Also