VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateNestedPropertyGetter<TTarget,TValue,TNestedValue>(PropertyGetter<TTarget,TValue>,PropertyGetter<TValue,TNestedValue>) Method
Syntax Requirements SeeAlso
In This Topic
    CreateNestedPropertyGetter<TTarget,TValue,TNestedValue>(PropertyGetter<TTarget,TValue>,PropertyGetter<TValue,TNestedValue>) Method (ProcessingHelper)
    In This Topic
    Creates the property getter that provides access to the nested property.
    Syntax
    'Declaration
    
    Public Shared Function CreateNestedPropertyGetter<TTarget
    The type of the target.
    ,TValue
    The type of the property.
    ,TNestedValue
    The type of the nested property.
    >( _
    ByVal propertyGetter
    The property getter.
    As Vintasoft.Imaging.Processing.Analyzers.PropertyGetter(Of TTarget,TValue), _
    ByVal nestedPropertyGetter
    The nested property getter.
    As Vintasoft.Imaging.Processing.Analyzers.PropertyGetter(Of TTarget,TValue) _
    ) As Vintasoft.Imaging.Processing.Analyzers.PropertyGetter(Of TTarget,TValue) (Of TTarget
    The type of the target.
    , TValue
    The type of the property.
    , TNestedValue
    The type of the nested property.
    )

    Parameters

    propertyGetter
    The property getter.
    nestedPropertyGetter
    The nested property getter.

    Type Parameters

    TTarget
    The type of the target.
    TValue
    The type of the property.
    TNestedValue
    The type of the nested property.

    Return Value

    New instance of analyzer.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also