ProcessorParameterCollectionΒΆ

class ProcessorParameterCollection : System.Collections.ObjectModel.ReadOnlyCollection<ProcessorParameter>, System.Collections.Generic.IList<ProcessorParameter>, System.Collections.Generic.ICollection<ProcessorParameter>, System.Collections.Generic.IEnumerable<ProcessorParameter>, System.Collections.IEnumerable, System.Collections.IList, System.Collections.ICollection, System.Collections.Generic.IReadOnlyList<ProcessorParameter>, System.Collections.Generic.IReadOnlyCollection<ProcessorParameter>

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