ExtensionMethodsJoinT Method
Namespace: Centralpoint.WebAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public static string Join<T>(
this T[] array,
string delimiter = ", "
)
<ExtensionAttribute>
Public Shared Function Join(Of T) (
array As T(),
Optional delimiter As String = ", "
) As String
- array T
-
- delimiter String (Optional)
-
- T
StringIn Visual Basic and C#, you can call this method as an instance method on any object of type
T. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).