Operator implicit operator
implicit operator BuildStepCollection(Type[])
Implicit conversion from types array to BuildStepCollection. The types must derive from BuildStepBase.
Declaration
public static implicit operator BuildStepCollection(Type[] types)
Parameters
| Type | Name | Description | 
|---|---|---|
| Type[] | types | The build step types.  | 
    
Returns
| Type | Description | 
|---|---|
| BuildStepCollection |