ContentRangeEvaluator Delegate
Represents the method that is called for each ContentRange that is found during a Replace(Regex, ContentRangeEvaluator) method operation.
public delegate ContentRange ContentRangeEvaluator(ContentRange range);
Public Delegate Function ContentRangeEvaluator(range As ContentRange) As ContentRange
Parameters
range
- ContentRange
The ContentRange that is found during a Replace(Regex, ContentRangeEvaluator) method operation.
Returns
The ContentRange instance that should replace the found ContentRange.