Click or drag to resize

IErrorsAddRange Method

Adds the elements of the specified collection to the end of the List.

Namespace:  EBP.Framework.Common.Interfaces
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
void AddRange(
	ISharedEnumerable<IError> collection
)

Parameters

collection
Type: EBP.Framework.Common.Interfaces.SharedISharedEnumerableIError
The collection whose elements should be added to the end of the List.
See Also