CollectionHelper Methods |
The CollectionHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertTSource, TDestination | Converts a collection from one List type to another.
Note: This utilizes ConvertItemTSource, TDestination(TSource) over an
entire collection.
| |
| ConvertItemTSource, TDestination | Converts the item from one type to another.
Note: Any properties that do not exist
in the source but not the destination will be ignored.
|