 | concatConcatT Method (IEnumerableIEnumerableT) |
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
RemarksThe underlying type of the return value is
ICollectionT. However, many of the
ICollectionT operations are not constant time (and are only at worst better then LINQ implementation) and as such, should not be called explicitly by the user. Use
CountTSource(IEnumerableTSource) for list operations.
See Also