Collections.

AddAll<T>(ICollection<T>, IEnumerable<T>) Method

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

Syntax

public static bool AddAll<T>(ICollection<T> list, IEnumerable<T> added)

Type Parameters

Name Description
T

Parameters

Name Type Description
list ICollection<T>
added IEnumerable<T>

Return Value

Type Description
bool