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

Adds the specified additional item.

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

Syntax


public static IEnumerable<T> Add<T>(
	IEnumerable<T> source,
	T additionalItem
)

Type Parameters

T
type of T

Parameters

source
Type: IEnumerable<(Of <(<'T>)>)>
The source.
additionalItem
Type: T
The additional item.

Return Value

returns type of T