OSCI-Bibliothek für die Nutzung mit dem Microsoft® .NET-Framework

SupportClass.ICollectionSupport.AddAll Method 

Adds all of the elements of the "c" collection to the "target" collection.

public static bool AddAll(
   ICollection target,
   ICollection c
);

Parameters

target
Collection where the new elements will be added.
c
Collection whose elements will be added.

Return Value

Returns true if at least one element was added, false otherwise.

See Also

SupportClass.ICollectionSupport Class | (global) Namespace