ChildCollection<TParent,TChild>.InsertItem Method (Microsoft.Xna.Framework.Content.Pipeline)

Inserts a child object into the collection at the specified location.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
protected void InsertItem(
	int index, 
	TChild item
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

index
Type: System.Int32
The position in the collection.
item
Type: TChild
The child object being inserted.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop