Class ModelMeshPartCollection
Represents a collection of ModelMeshPart objects.
public sealed class ModelMeshPartCollection : ReadOnlyCollection<ModelMeshPart>, IList<ModelMeshPart>, ICollection<ModelMeshPart>, IReadOnlyList<ModelMeshPart>, IReadOnlyCollection<ModelMeshPart>, IEnumerable<ModelMeshPart>, IList, ICollection, IEnumerable
- Inheritance
-
ModelMeshPartCollection
- Implements
- Inherited Members
Constructors
ModelMeshPartCollection(IList<ModelMeshPart>)
Initializes a new instance of the ModelMeshPartCollection class that is a read-only wrapper around the specified list.
public ModelMeshPartCollection(IList<ModelMeshPart> list)
Parameters
list
IList<ModelMeshPart>The list to wrap.