EnumerableExt..::..Concat<(Of <(<'T>)>)> Method

Merge the specified item.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static IEnumerable<T> Concat<T>(
	IEnumerable<T> sequence,
	T item
)

Type Parameters

T
type of T

Parameters

sequence
Type: IEnumerable<(Of <(<'T>)>)>
The sequence.
item
Type: T
The item.

Return Value

returns type of T