'Declaration Public Function New( _
ByVal processingCommandКоманда обработки.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetЦель.As System.Object, _
ByVal valueРезультирующее значение.As TValue, _
ByVal innerResultsВнутренние результаты.As System.Collections.Generic.IEnumerable(Of ProcessingResult) _
)
public CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo processingCommand,
System.Object target,
TValue value,
System.Collections.Generic.IEnumerable<ProcessingResult> innerResults
)
public: CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo* processingCommand,
System.Object target,
TValue* value,
System.Collections.Generic.IEnumerable<ProcessingResult*>* innerResults
)
public:
CompoundAnalyzerResult<TValue>(
Vintasoft.Imaging.Processing.IProcessingCommandInfo^ processingCommand,
System.Object target,
TValue^ value,
System.Collections.Generic.IEnumerable<ProcessingResult^>^ innerResults
)
Parameters
- processingCommand
- Команда обработки.
- target
- Цель.
- value
- Результирующее значение.
- innerResults
- Внутренние результаты.