Method Add
| Improve this Doc View SourceAdd(IScalarValidationErrors, IScalarValidationErrors)
Combines two IScalar
Declaration
public static IScalarValidationErrors Add(this IScalarValidationErrors source, IScalarValidationErrors other)
Parameters
Type | Name | Description |
---|---|---|
IScalar |
source | The source IScalar |
IScalar |
other | The other IScalar |
Returns
Type | Description |
---|---|
IScalar |
The result IScalar |