Show / Hide Table of Contents

Class EnumerableExtensions

Inheritance
object
EnumerableExtensions
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 EnumerableExtensions

Methods

Copy<TValue>(IEnumerable<TValue>)

Declaration
public static List<TValue> Copy<TValue>(this IEnumerable<TValue> source)
Parameters
Type Name Description
IEnumerable<TValue> source
Returns
Type Description
List<TValue>
Type Parameters
Name Description
TValue

Duplicates<TValue>(IEnumerable<TValue>)

Declaration
public static IEnumerable<TValue> Duplicates<TValue>(this IEnumerable<TValue> source)
Parameters
Type Name Description
IEnumerable<TValue> source
Returns
Type Description
IEnumerable<TValue>
Type Parameters
Name Description
TValue

IsNullOrEmpty<TValue>(IEnumerable<TValue>)

Declaration
public static bool IsNullOrEmpty<TValue>(this IEnumerable<TValue> source)
Parameters
Type Name Description
IEnumerable<TValue> source
Returns
Type Description
bool
Type Parameters
Name Description
TValue
☀
☾
Back to top Generated by DocFX