Constructor BuildStepCollection
BuildStepCollection()
Default constructor for empty build step collection.
Declaration
public BuildStepCollection()
BuildStepCollection(params Type[])
Construct a new build step collection using the specified types. The types must derive from BuildStepBase.
Declaration
public BuildStepCollection(params Type[] types)
Parameters
Type | Name | Description |
---|---|---|
Type[] | types | The build step types. |