AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

IEnumerableExtensions..::..Append Method (IEnumerable, array<Object>[]()[][])

Appends the specified second.

Namespace:  AdvantageCMS.Core.Common.Extension
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static IEnumerable Append(
	this IEnumerable first,
	params Object[] second
)

Parameters

first
Type: IEnumerable
The first.
second
Type: array<Object>[]()[][]
The second.

Return Value

IEnumerable.