You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Represents a collection of processor parameters, usually for a single processor. This class is primarily designed for internal use or for custom processor developers.
/// </summary>
[SerializableAttribute]
public sealed class ProcessorParameterCollection : ReadOnlyCollection<ProcessorParameter>
{
/// <summary>
/// Constructs a new ProcessorParameterCollection instance.
/// </summary>
/// <param name="parameters">The parameters in the collection.</param>