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