Table of Contents

Class ProcessorParameterCollection

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

Represents a collection of processor parameters, usually for a single processor. This class is primarily designed for internal use or for custom processor developers.

[Serializable]
public sealed class ProcessorParameterCollection : ReadOnlyCollection<ProcessorParameter>, IList<ProcessorParameter>, ICollection<ProcessorParameter>, IReadOnlyList<ProcessorParameter>, IReadOnlyCollection<ProcessorParameter>, IEnumerable<ProcessorParameter>, IList, ICollection, IEnumerable
Inheritance
ProcessorParameterCollection
Implements
Inherited Members