 | IErrorsAddRange Method |
Adds the elements of the specified collection to the end of the
ListT.
Namespace:
EBP.Api.Interfaces.Misc
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxvoid AddRange(
IEnumerable<IError> collection
)
Sub AddRange (
collection As IEnumerable(Of IError)
)
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
See Also