IndexCollection.AddRange Method
Note
This method is available only when developing for Windows.
Appends the specified indices into the collection.
Syntax
'Declaration
Public Sub AddRange ( _
indices As IEnumerable(Of Integer) _
)
public void AddRange (
IEnumerable<int> indices
)
public:
void AddRange(
IEnumerable<int> indices
)
Parameters
- indices
Type: IEnumerable<Int32>
Index into the Positions member of the parent.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
IndexCollection Class
IndexCollection Members
Microsoft.Xna.Framework.Content.Pipeline.Graphics Namespace
Platforms
Windows 7, Windows Vista, Windows XP