Method BlockDeleting
BlockDeleting(Rectangle)
When implemented by a class, removes all syntax errors from the error collection which position in the specified rectangle.
bool BlockDeleting(Rectangle rect)
Parameters
rect
RectangleSpecified rectangle to remove syntax errors.
Returns
- bool
True if succeed; otherwise false.
BlockDeleting(Rectangle, IComparer<ISyntaxError>)
When implemented by a class, removes all syntax errors from the error collection which position in the specified rectangle.
bool BlockDeleting(Rectangle rect, IComparer<ISyntaxError> comparer)
Parameters
rect
RectangleSpecified rectangle to remove syntax errors.
comparer
IComparer<ISyntaxError>Search criteria.
Returns
- bool
True if succeed; otherwise false.