Class BuildStepOrderAttribute
Base attribute used for declaring dependencies between multiple BuildStep classes.
Inheritance
BuildStepOrderAttribute
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public abstract class BuildStepOrderAttribute : Attribute, _Attribute
Constructors
BuildStepOrderAttribute(Type)
Declaration
public BuildStepOrderAttribute(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Properties
DependentStep
Declaration
public Type DependentStep { get; }
Property Value