Table of Contents

Class ListHelper

Namespace
SunamoEditorConfig
Assembly
SunamoEditorConfig.dll

Provides helper methods for list operations

public static class ListHelper
Inheritance
ListHelper
Inherited Members

Methods

Trim(List<string>)

Trims all strings in the list by removing leading and trailing whitespace

public static List<string> Trim(List<string> list)

Parameters

list List<string>

The list of strings to trim

Returns

List<string>

The same list with all strings trimmed