Collections.

AddAll(IList, IEnumerable) Method

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen
Containing Type
Collections

Syntax

public static void AddAll(IList list, IEnumerable added)

Parameters

Name Type Description
list IList
added IEnumerable

Return Value

Type Description
void