Table of Contents

Class EnumerableExtensions

Namespace
CarinaStudio.Collections
Assembly
CarinaStudio.AppBase.Core.dll

Extensions for IEnumerable and IEnumerable<T>.

public static class EnumerableExtensions
Inheritance
EnumerableExtensions
Inherited Members

Methods

ContentToString(IEnumerable, int)

Generate readable string represents content in IEnumerable.

public static string ContentToString(this IEnumerable enumerable, int maxLength = 4096)

Parameters

enumerable IEnumerable

IEnumerable.

maxLength int

Maximum length of generated string.

Returns

string

Readable string represents content.