Finds all ignore regions in documentBody.
            
| C# | Visual Basic | Visual C++ | 
protected virtual ArrayList FindIgnoreRegions( string documentBody )
Protected Overridable Function FindIgnoreRegions ( _ documentBody As String _ ) As ArrayList
protected: virtual ArrayList^ FindIgnoreRegions( String^ documentBody )
- documentBody (String)
 - The text that may have regions to ignore
 
List of int[2] objects containing the start and end of each region to ignore.