Click or drag to resize

IErrorsAddRange Method

Namespace:  EBP.Api.Interfaces.Misc
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
void AddRange(
	IEnumerable<IError> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableIError
The collection whose elements should be added to the end of the ListT. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
See Also