Show / Hide Table of Contents

Class ListExtensions

Inheritance
object
ListExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
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
Type Name Description
IList<TValue> source
IEnumerable<TValue> values
Returns
Type Description
List<TValue>
Type Parameters
Name Description
TValue

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 Description
bool
Type Parameters
Name Description
TValue
☀
☾
Back to top Generated by DocFX