NDepend.API Documentation
Aggregate Method
NDepend.Helpers Namespace > ExtensionMethodsString Class : Aggregate Method
The sequence of strings to aggregate.
The separator string in between each string aggregated.
Aggregate string in this seq, with the string separator between each strings.
Syntax
[Extension()]
public static string Aggregate( 
   IEnumerable<string> seq,
   string separator
)

Parameters

seq
The sequence of strings to aggregate.
separator
The separator string in between each string aggregated.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ExtensionMethodsString Class
ExtensionMethodsString Members