'Declaration Public Overloads Shared Function CreateTargetCollector<TTargetThe type of the target.>( _
ByVal nameThe name of collector.As System.String _
) 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
)
public: static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget*>* CreateTargetCollector<TTarget>(
System.String name
)
generic<typename TTarget> public:
static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget^>^ CreateTargetCollector(
System.String name
)
Parameters
- name
- The name of collector.
Type Parameters
- TTarget
- The type of the target.
Return Value
New instance of TargetCollector<TTarget> class.