Table of Contents

Class IndexCollection

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly
MonoGame.Framework.Content.Pipeline.dll

Provides methods for maintaining a list of index values.

public sealed class IndexCollection : Collection<int>, IList<int>, ICollection<int>, IReadOnlyList<int>, IReadOnlyCollection<int>, IEnumerable<int>, IList, ICollection, IEnumerable
Inheritance
IndexCollection
Implements
Inherited Members

Constructors

IndexCollection()

Initializes a new instance of IndexCollection.

public IndexCollection()

Methods

AddRange(IEnumerable<int>)

Add a range of indices to the collection.

public void AddRange(IEnumerable<int> indices)

Parameters

indices IEnumerable<int>

A collection of indices to add.