'Declaration Public Shared Function CreateAnalyzerValueTypeCast<TTargetThe type of the target.,TValueThe type of the value.,TResultValueThe type of the result value.>( _
ByVal valueGetterПолучение значения.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
ByVal typeCastПриведение типа.As Vintasoft.Imaging.Processing.Analyzers.TargetTypeCast(Of TSourceTarget,TDestTarget) _
) As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) (Of TTargetThe type of the target., TValueThe type of the value., TResultValueThe type of the result value.)
public static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> CreateAnalyzerValueTypeCast<TTarget,TValue,TResultValue>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> valueGetter,
Vintasoft.Imaging.Processing.Analyzers.TargetTypeCast<TSourceTarget,TDestTarget> typeCast
)
public: static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* CreateAnalyzerValueTypeCast<TTarget,TValue,TResultValue>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* valueGetter,
Vintasoft.Imaging.Processing.Analyzers.TargetTypeCast<TSourceTarget,TDestTarget*>* typeCast
)
generic<typename TTarget> generic<typename TValue> generic<typename TResultValue> public:
static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ CreateAnalyzerValueTypeCast(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ valueGetter,
Vintasoft.Imaging.Processing.Analyzers.TargetTypeCast<TSourceTarget,TDestTarget^>^ typeCast
)
Parameters
- valueGetter
- Получение значения.
- typeCast
- Приведение типа.
Type Parameters
- TTarget
- The type of the target.
- TValue
- The type of the value.
- TResultValue
- The type of the result value.
Return Value
Новый экземпляр анализатора.