UtilitiesConcatEnumerablesT Method (IEnumerableT) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns an IEnumerable that can be used to iterate throught all provided IEnumerables. They will be enumerated in the order they are provided.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static IEnumerable<T> ConcatEnumerables<T>(
	params IEnumerable<T>[] enumerables
)

Parameters

enumerables
Type: System.Collections.GenericIEnumerableT
An array of IEnumerable that should be concatenated.

Type Parameters

T
Defines the type of IEnumerable to use.

Return Value

Type: IEnumerableT
An IEnumerable that can be used to iterate through the passed in enumerables
See Also

Reference