ValidationErrorCollection::AddRange Method (IEnumerable<ValidationError^>^)
.NET Framework (current version)
Copies the collection of enumerable elements to the end of the collection.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Parameters
- value
-
Type:
System.Collections.Generic::IEnumerable<ValidationError^>^
A collection of ValidationError elements to add to the end of the ValidationErrorCollection collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: