DataId32ListTAddRange Method |
Adds the elements of the specified collection to
the end of the list.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public void AddRange(
IEnumerable<T> collection
)
Public Sub AddRange (
collection As IEnumerable(Of T)
)
public:
void AddRange(
IEnumerable<T>^ collection
)
member AddRange :
collection : IEnumerable<'T> -> unit
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
The collection whose elements should be added
to the end of the list.
See Also