ClassCollectionExtensions
Class
Extensions methods for working with collections
Definition
Namespace:Telerik.DataSource.Extensions
Assembly:Telerik.DataSource.dll
Syntax:
cs-api-definition
public static class CollectionExtensions
Inheritance: objectCollectionExtensions
Methods
AddRange<T>(ICollection<T>, IEnumerable<T>)
Adds an enumerable collection to another collection.
Declaration
cs-api-definition
public static void AddRange<T>(this ICollection<T> instance, IEnumerable<T> collection)
Parameters
instance
ICollection<T>
the collection to add items to
collection
IEnumerable<T>
the collection that will be added to the original collection