Click or drag to resize

ITransformableT Interface

Interface used to provide record type transformations

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public interface ITransformable<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:FileHelpers.ITransformable`1"]

The ITransformableT type exposes the following members.

Methods
  NameDescription
Public methodTransformTo
Method called to transform the current record to Type T.
Top
See Also