'Declaration Public Overloads Shared Function CreateTargetCollector<TTargetThe type of the target.>( _
ByVal nameThe name of collector.As System.String, _
ByVal collectPredicateThe collection predicate.As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) _
) As Vintasoft.Imaging.Processing.Analyzers.TargetCollector(Of TTarget) (Of TTargetThe type of the target.)
public static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget> CreateTargetCollector<TTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> collectPredicate
)
public: static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget*>* CreateTargetCollector<TTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* collectPredicate
)
generic<typename TTarget> public:
static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget^>^ CreateTargetCollector(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ collectPredicate
)
Parameters
- name
- The name of collector.
- collectPredicate
- The collection predicate.
Type Parameters
- TTarget
- The type of the target.
Return Value
New instance of TargetCollector<TTarget> class.