nspectre - declarative validation for .NET

ValidationErrorCollection.Remove Method 

Removes a Specification.Core.ValidationError.

public void Remove(
   ValidationError value
);

Parameters

value
The Specification.Core.ValidationError to remove.

See Also

ValidationErrorCollection Class | NSpectre.Core Namespace