-
- Type Parameters:
TSource
- The original object type.TTarget
- The converted object type.
public interface ListItemConverter<TSource,TTarget>
- Author:
- Jeff Riggle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TTarget
convert(TSource item)
-