C# Class Rolcore.Collections.Generic.IEnumerableExtensions

Extension methods for IEnumerable{}
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
Combine ( this strings, string prepend, string append, string itemPrepend, string itemAppend ) : string

Combines the specified strings.

Method Details

Combine() public static méthode

Combines the specified strings.
public static Combine ( this strings, string prepend, string append, string itemPrepend, string itemAppend ) : string
strings this The strings to combine.
prepend string The value to prepend to the combined value.
append string The value to append to the combined value.
itemPrepend string The value to prepend before each item in the combined value.
itemAppend string The value to append after each item in the combined value.
Résultat string