IEnumerableExtensions..::..Append<(Of <(<'T>)>)> Method (IEnumerable<(Of <(<'T>)>)>, array<T>[]()[][])
Appends the specified second.
Namespace:
AdvantageCMS.Core.Common.ExtensionAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static IEnumerable<T> Append<T>( this IEnumerable<T> first, params T[] second )
Type Parameters
- T