Bridge

List<(Of <(<'T>)>)>..::..Join Method (String)

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

Syntax


public string Join(
	string delimiter
)
Public Function Join ( _
	delimiter As String _
) As String
public:
String^ Join(
	String^ delimiter
)

Parameters

delimiter
Type: System..::..String