String..::..Concat Method (IEnumerable<(Of <(<'String>)>)>)
Concatenates the members of a constructed IEnumerable collection of type String.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static string Concat( IEnumerable<string> values )
<TemplateAttribute> _ Public Shared Function Concat ( _ values As IEnumerable(Of String) _ ) As String
[TemplateAttribute] public: static String^ Concat( IEnumerable<String^>^ values )
Parameters
- values
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
A collection object that implements IEnumerable and whose generic type argument is String.