IEnumerableExtensions..::..Add<(Of <(<'T>)>)> Method
Adds the specified value.
Namespace:
AdvantageCMS.Core.Common.ExtensionAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static IEnumerable<T> Add<T>( this IEnumerable<T> e, T value )
Type Parameters
- T