StringConcatT Method (IEnumerableT) |
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static string Concat<T>(
IEnumerable<T> values
)
Parameters
- values
- Type: System.Collections.GenericIEnumerableT
A collection object that implements the IEnumerableT interface.
Type Parameters
- T
- The type of the members of values.
Return Value
Type:
StringThe concatenated members in
values.
Exceptions See Also