Method Add
| Improve this Doc View SourceAdd(DataValidationError)
Adds a DataValidationError object into the collection.
Declaration
IDataValidationErrors Add(DataValidationError value)
Parameters
Type | Name | Description |
---|---|---|
DataValidationError | value | The value to add. |
Returns
Type | Description |
---|---|
IDataValidationErrors | This collection if it's mutable, otherwise a new collection will be created. |