| PlatformCollectionInsertItem Method  | 
  
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxprotected override void InsertItem(
	int index,
	Platform item
)
Protected Overrides Sub InsertItem ( 
	index As Integer,
	item As Platform
)
protected:
virtual void InsertItem(
	int index, 
	Platform^ item
) override
abstract InsertItem : 
        index : int * 
        item : Platform -> unit 
override InsertItem : 
        index : int * 
        item : Platform -> unit Parameters
- index
- Type: SystemInt32
 The index, based at zero, where the item is to be inserted.
- item
- Type: AGI.Foundation.PlatformsPlatform
 The specific object that is being inserted (Value can be null for reference types).
 See Also
See Also