'Declaration Public Function New( _
ByVal processingCommandsAn array that contains nested processing commands.As System.Collections.Generic.IEnumerable(Of IProcessingCommand) _
)
public ProcessingCommandExecutor<TTarget>(
System.Collections.Generic.IEnumerable<IProcessingCommand> processingCommands
)
public: ProcessingCommandExecutor<TTarget>(
System.Collections.Generic.IEnumerable<IProcessingCommand*>* processingCommands
)
public:
ProcessingCommandExecutor<TTarget>(
System.Collections.Generic.IEnumerable<IProcessingCommand^>^ processingCommands
)
Parameters
- processingCommands
- An array that contains nested processing commands.