'Declaration Public Overrides Function BuildProcessingTree( _
ByVal processingCommandsКоманды обработки.As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
) As System.Collections.Generic.List(Of IProcessingCommand)
public override System.Collections.Generic.List<IProcessingCommand> BuildProcessingTree(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> processingCommands
)
public: System.Collections.Generic.List<IProcessingCommand*>* BuildProcessingTree(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* processingCommands
); override
public:
System.Collections.Generic.List<IProcessingCommand^>^ BuildProcessingTree(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ processingCommands
); override
Parameters
- processingCommands
- Команды обработки.
Return Value
Список, содержащий корневой уровень дерева обработки.