'Declaration Protected Overridable Function CreateCompositeResult( _
ByVal targetЦель обработки.As System.Object, _
ByVal resultsРезультаты обработки.As System.Collections.Generic.ICollection_
) As CompositeProcessingResult
protected virtual CompositeProcessingResult CreateCompositeResult(
System.Object target,
System.Collections.Generic.ICollectionresults
)
protected: virtual CompositeProcessingResult* CreateCompositeResult(
System.Object target,
System.Collections.Generic.ICollectionresults
)
protected:
virtual CompositeProcessingResult^ CreateCompositeResult(
System.Object target,
System.Collections.Generic.ICollectionresults
)
Parameters
- target
- Цель обработки.
- results
- Результаты обработки.
Return Value
Составной результат обработки.