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.

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