Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string JoinString<T>(this IEnumerable<T>, string)

Declaration

internal static string JoinString<T>(
    this IEnumerable<T> source,
    string separator = null
)

Generic type parameters

TThis type parameter is not documented.