'Declaration Public Overloads Shared Function CreateConditionalCommand<TTargetThe type of the target.>( _
ByVal conditionУсловие.As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget), _
ByVal ifBranchВетвь "if".As ProcessingCommand(Of TTarget) _
) As ConditionalCommand(Of TTarget) (Of TTargetThe type of the target.)
public static ConditionalCommand<TTarget> CreateConditionalCommand<TTarget>(
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> condition,
ProcessingCommand<TTarget> ifBranch
)
public: static ConditionalCommand<TTarget*>* CreateConditionalCommand<TTarget>(
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* condition,
ProcessingCommand<TTarget*>* ifBranch
)
generic<typename TTarget> public:
static ConditionalCommand<TTarget^>^ CreateConditionalCommand(
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ condition,
ProcessingCommand<TTarget^>^ ifBranch
)
Parameters
- condition
- Условие.
- ifBranch
- Ветвь "if".
Type Parameters
- TTarget
- The type of the target.
Return Value
Новый экземпляр класса ConditionalCommand<TTarget>.