Class ListExtensions
Inheritance
ListExtensions
Assembly: PayrollEngine.Core.dll
Syntax
public static class ListExtensions
Methods
AddNew<TValue>(IList<TValue>, IEnumerable<TValue>)
Declaration
public static List<TValue> AddNew<TValue>(this IList<TValue> source, IEnumerable<TValue> values)
Parameters
Returns
| Type |
Description |
| List<TValue> |
|
Type Parameters
TryAddNew<TValue>(IList<TValue>, TValue)
Declaration
public static bool TryAddNew<TValue>(this IList<TValue> source, TValue value)
Parameters
| Type |
Name |
Description |
| IList<TValue> |
source |
|
| TValue |
value |
|
Returns
Type Parameters