Class ListHelper
Inheritance
object
ListHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Type | Name | Description |
---|---|---|
System.Collections.Generic.ICollection<T><T> | firstList | |
System.Collections.Generic.ICollection<T><T> | secondList |
Returns
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><T> |
Type Parameters
Name | Description |
---|---|
T |