C# Class Expl.Auxiliary.EnumerableExtensions

Useful extensions for IEnumerable.
Afficher le fichier Open project: spoulson/Itinerary

Méthodes publiques

Méthode Description
JoinStrings ( this List, string Delimiter ) : string

Join list of strings with delimiter.

Method Details

JoinStrings() public static méthode

Join list of strings with delimiter.
public static JoinStrings ( this List, string Delimiter ) : string
List this List of strings.
Delimiter string Delimiter string.
Résultat string