AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

IEnumerableExtensions..::..Append<(Of <(<'T>)>)> Method (IEnumerable<(Of <(<'T>)>)>, array<T>[]()[][])

Appends the specified second.

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

Syntax


public static IEnumerable<T> Append<T>(
	this IEnumerable<T> first,
	params T[] second
)

Type Parameters

T

Parameters

first
Type: IEnumerable<(Of <(<'T>)>)>
The first.
second
Type: array<T>[]()[][]
The second.

Return Value

IEnumerable<T>.