EnumerableExt..::..Add<(Of <(<'T>)>)> Method
   Adds the specified additional item.
   
                
    Namespace: 
   CoreAssembly: 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.