CollectionExtensionsPopulateFrom Method |
| Name | Description | |
|---|---|---|
| PopulateFromT(IListT, Array) |
Appends a collection with the values from the target Array.
| |
| PopulateFromT(IListT, IEnumerableT) |
Appends a collection with the values from the target enumerable.
|