Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Renvoie une chaine contenant chaque élément de l'énumération formaté avec
le delegate spécifié
Espace de nom : Developpez.Dotnet.CollectionsAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public static string FormatAll<T>( this IEnumerable<T> enumerable, Func<T, string> formatter, string separator ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function FormatAll(Of T) ( _ enumerable As IEnumerable(Of T), _ formatter As Func(Of T, String), _ separator As String _ ) As String |
Visual C++ |
---|
public: [ExtensionAttribute] generic<typename T> static String^ FormatAll( IEnumerable<T>^ enumerable, Func<T, String^>^ formatter, String^ separator ) |
Paramètres
- enumerable
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
L'énumération à formater
- formatter
- Type: System..::..Func<(Of <(<'T, String>)>)>
Le delegate à appliquer à chaque élément pour le convertir en chaine de caractères
- separator
- Type: System..::..String
Le séparateur à insérer entre chaque élément
Paramètres de type
- T
- Type des éléments de la séquence