Class ICollectionExtensions
Inheritance
ICollectionExtensions
Assembly: P42.Utils.dll
Syntax
public static class ICollectionExtensions
Methods
|
Improve this Doc
View Source
AddRange<T>(ICollection<T>, IEnumerable<T>)
Declaration
public static void AddRange<T>(this ICollection<T> collection, IEnumerable<T> range)
Parameters
Type Parameters
|
Improve this Doc
View Source
AddRange<T, Q>(IDictionary<T, Q>, IDictionary<T, Q>)
Declaration
public static void AddRange<T, Q>(this IDictionary<T, Q> dictionary, IDictionary<T, Q> range)
Parameters
Type Parameters
|
Improve this Doc
View Source
IsNullOrEmpty<T>(ICollection<T>)
Declaration
public static bool IsNullOrEmpty<T>(this ICollection<T> collection)
Parameters
Returns
Type Parameters