[]
Adds the elements of the specified collection to the end of the ValidationRuleCollection.
public void AddRange(IEnumerable<ValidationRule> collection)
Type | Name | Description |
---|---|---|
IEnumerable<ValidationRule> | collection | The collection whose elements should be added to the end of the ValidationRuleCollection. The collection itself cannot be null, but it can contain elements that are null. |