[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.AdapterConverter-2.-ctor

AdapterConverter Constructor

AdapterConverter(Func<TSource, TTarget>)

Initializes a new instance of the AdapterConverter<TSource, TTarget> class with the specified creator function.

Declaration
protected AdapterConverter(Func<TSource, TTarget> creator)
Parameters
Type Name Description
Func<TSource, TTarget> creator