Class ListHelper

Inheritance
ListHelper
Namespace: ETLBox.Helper
Assembly: ETLBox.dll
Syntax
    public static class ListHelper

Methods

DecideForList<T>(ICollection<T>, ICollection<T>)

Declaration
    public static ICollection<T> DecideForList<T>(ICollection<T> firstList, ICollection<T> secondList)
Parameters
TypeNameDescription
ICollection<T>firstList
ICollection<T>secondList
Returns
TypeDescription
ICollection<T>
Type Parameters
NameDescription
T