'Declaration Public Overloads Shared Function CreateTargetCollector<TTargetThe type of the target.>( _
ByVal nameИмя сборщика.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
- Имя сборщика.
Type Parameters
- TTarget
- The type of the target.
Return Value
Новый экземпляр класса TargetCollector<TTarget>.