'Declaration Public Function New( _
ByVal processingCommandThe processing command.As Vintasoft.Imaging.Processing.IProcessingCommandInfo, _
ByVal targetThe target.As System.Object, _
ByVal valueThe resulting value.As TValue, _
ByVal innerResultsThe inner results.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
- The processing command.
- target
- The target.
- value
- The resulting value.
- innerResults
- The inner results.