JGR MSTS Editors and Tools
Concat<(Of <(<'T>)>)> Method (source, item)
NamespacesJgrLinqExtensionsConcat<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), T)

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

Concatenates a sequence with a single item.
Declaration Syntax
C#Visual BasicVisual C++
public static IEnumerable<T> Concat<T>(
	this IEnumerable<T> source,
	T item
)
<ExtensionAttribute> _
Public Shared Function Concat(Of T) ( _
	source As IEnumerable(Of T), _
	item As T _
) As IEnumerable(Of T)
[ExtensionAttribute]
public:
generic<typename T>
static IEnumerable<T>^ Concat(
	IEnumerable<T>^ source, 
	T item
)
Generic Template Parameters
T
The type of the elements of the input sequence.
Parameters
source (IEnumerable<(Of <(<'T>)>)>)
The sequence to concatenate.
item (T)
The element being concatenated to the source sequence.
Return Value
As IEnumerable<(Of <(<'T>)>)> containing the source sequence followed by item.

Assembly: JGR (Module: JGR) Version: 0.5.4008.31681