IndexCollection.AddRange Method (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

Add a range of indices to the collection.

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public void AddRange(
	IEnumerable<int> indices
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

indices
Type: IEnumerable<System.Int32>
A collection of indices to add.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop