Overload | Description |
---|---|
AddRange(T[]) | Copies the elements of the specified array to the end of the collection. |
AddRange(IEnumerable<T>) | Adds the contents of another IList to the end of the collection. |
Overload | Description |
---|---|
AddRange(T[]) | Copies the elements of the specified array to the end of the collection. |
AddRange(IEnumerable<T>) | Adds the contents of another IList to the end of the collection. |