Bridge

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

Concatenates the members of a constructed generic IEnumerable collection.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static string Concat<T>(
	IEnumerable<T> values
)
<TemplateAttribute> _
Public Shared Function Concat(Of T) ( _
	values As IEnumerable(Of T) _
) As String
[TemplateAttribute]
public:
generic<typename T>
static String^ Concat(
	IEnumerable<T>^ values
)

Type Parameters

T

Parameters

values
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
A collection object that implements generic IEnumerable.

Return Value

The concatenated members in values.