of
Creates a one-way converter for transforming List with elements of type T to List with elements of type F
Parameters
F
The type being converted to
T
The type being converted from
Creates a one-way converter for transforming List with elements of type F to List with elements of type T
Parameters
F
The type being converted from
T
The type being converted to
Creates a two-way converter for transforming between a List with elements of type F and a List with elements of type T