String..::..Join<(Of <(<'T>)>)> Method (String, IEnumerable<(Of <(<'T>)>)>)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static string Join<T>( string separator, IEnumerable<T> args )
<TemplateAttribute> _ Public Shared Function Join(Of T) ( _ separator As String, _ args As IEnumerable(Of T) _ ) As String
[TemplateAttribute] public: generic<typename T> static String^ Join( String^ separator, IEnumerable<T>^ args )
Type Parameters
- T
Parameters
- separator
- Type: System..::..String
- args
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>