Extensions - JsonJason/Darker.Common GitHub Wiki

Extensions

Enumerable Extensions

Goto Code

Enumerable extensions cover a few basic things you traditionally want to do with enumerable list.

The simplest but probably most valuable is the myList.ToDisplayString() which returns an easily printable view of the lists contents e.g: [Tom,Mary,Judy]