Bridge

String..::..Concat Method (IEnumerable<(Of <(<'String>)>)>)

Concatenates the members of a constructed IEnumerable collection of type String.

Namespace:  System
Assembly:  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.

Return Value

The concatenated strings in values, or String.Empty if values is an empty IEnumerable(Of String).