Finds existing adapter for given control type.

Namespace:  PerpetuumSoft.Reporting.Export.Csv
Assembly:  PerpetuumSoft.Reporting.Export.Csv (in PerpetuumSoft.Reporting.Export.Csv.dll) Version: 3.9.0.1

Syntax

C#
public CsvAdapter FindAdapter(
	Type type
)
Visual Basic (Declaration)
Public Function FindAdapter ( _
	type As Type _
) As CsvAdapter
Visual C++
public:
CsvAdapter^ FindAdapter(
	Type^ type
)

Parameters

type
Type: System..::.Type

See Also