Table of Contents

Method InsertPrefix

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InsertPrefix(IEnumerable<string?>, string?)

Inserts prefix in the beginning of the each string in items.

public static IEnumerable<string?> InsertPrefix(IEnumerable<string?> items, string? prefix)

Parameters

items IEnumerable<string>

Strings.

prefix string

This string is inserted in the beginning.

Returns

IEnumerable<string>