ListExtensions ClassCleanCode C# Libraries v1.2.03 API
Extension methods for lists.
Inheritance Hierarchy

OnlineSystem Object
  CleanCode.Data ListExtensions

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static class ListExtensions
Remarks

This class provides variations of a method to convert a list into a string for display or diagnostic purposes. You may use the default comma-and-single space separator with the no-argument form of ToTokenString and ToTrimmedTokenString, or provide your own custom separator with the single-argument versions.

Note: If your list elements are not simple types, be sure your type has a meaningful ToString() method, otherwise you will just get the type names.

Since CleanCode 0.9.32.

See Also