'Declaration Public Overloads Shared Function CreateConstant<TTargetThe type of the target.,TValueThe type of the value.>( _
ByVal nameИмя.As System.String, _
ByVal valueЗначение.As TValue _
) As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) (Of TTargetThe type of the target., TValueThe type of the value.)
public static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> CreateConstant<TTarget,TValue>(
System.String name,
TValue value
)
public: static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* CreateConstant<TTarget,TValue>(
System.String name,
TValue* value
)
generic<typename TTarget> generic<typename TValue> public:
static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ CreateConstant(
System.String name,
TValue^ value
)
Parameters
- name
- Имя.
- value
- Значение.
Type Parameters
- TTarget
- The type of the target.
- TValue
- The type of the value.
Return Value
Константное значение.