CollectionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents extensions to the Collection class.
public ref class CollectionExtensions abstract sealed
public static class CollectionExtensions
type CollectionExtensions = class
Public Module CollectionExtensions
- Inheritance
-
CollectionExtensions
Methods
AddRange<T>(Collection<T>, IEnumerable<T>) |
Adds the elements of the specified collection to the existing collection. |