DataId32ListTMerge Method (IEnumerableT) |
Add the elements of the specified collection to
the end of the list.
Only objects that are not already in the list
are added to the list.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public void Merge(
IEnumerable<T> collection
)
Public Sub Merge (
collection As IEnumerable(Of T)
)
public:
void Merge(
IEnumerable<T>^ collection
)
member Merge :
collection : IEnumerable<'T> -> unit
Parameters
- collection
- Type: System.Collections.GenericIEnumerableT
The collection whose elements may be added
to the end of the list.
See Also