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
// This file is subject to the terms and conditions defined in
// file 'LICENSE.txt', which is part of this source code package.
usingSystem;
usingSystem.Collections.ObjectModel;
usingSystem.Collections.Generic;
namespaceMicrosoft.Xna.Framework.Content.Pipeline
{
/// <summary>
/// Represents a collection of processor parameters, usually for a single processor. This class is primarily designed for internal use or for custom processor developers.