'Declaration Public Shared Function CreateNestedPropertyGetter<TTargetThe type of the target.,TValueThe type of the property.,TNestedValueThe type of the nested property.>( _
ByVal propertyGetterПолучатель свойства.As Vintasoft.Imaging.Processing.Analyzers.PropertyGetter(Of TTarget,TValue), _
ByVal nestedPropertyGetterВложенный геттер свойства.As Vintasoft.Imaging.Processing.Analyzers.PropertyGetter(Of TTarget,TValue) _
) As Vintasoft.Imaging.Processing.Analyzers.PropertyGetter(Of TTarget,TValue) (Of TTargetThe type of the target., TValueThe type of the property., TNestedValueThe type of the nested property.)
public static Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue> CreateNestedPropertyGetter<TTarget,TValue,TNestedValue>(
Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue> propertyGetter,
Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue> nestedPropertyGetter
)
public: static Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue*>* CreateNestedPropertyGetter<TTarget,TValue,TNestedValue>(
Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue*>* propertyGetter,
Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue*>* nestedPropertyGetter
)
generic<typename TTarget> generic<typename TValue> generic<typename TNestedValue> public:
static Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue^>^ CreateNestedPropertyGetter(
Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue^>^ propertyGetter,
Vintasoft.Imaging.Processing.Analyzers.PropertyGetter<TTarget,TValue^>^ nestedPropertyGetter
)
Parameters
- propertyGetter
- Получатель свойства.
- nestedPropertyGetter
- Вложенный геттер свойства.
Type Parameters
- TTarget
- The type of the target.
- TValue
- The type of the property.
- TNestedValue
- The type of the nested property.
Return Value
Новый экземпляр анализатора.