DataIdInt32ListAddRange 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<int> collection
)
Public Sub AddRange (
collection As IEnumerable(Of Integer)
)
public:
void AddRange(
IEnumerable<int>^ collection
)
member AddRange :
collection : IEnumerable<int> -> unit
Parameters
- collection
- Type: System.Collections.GenericIEnumerableInt32
The collection whose elements should be added
to the end of the list.
See Also