Determines whether current word (at wordStart) is in an ignored region.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected bool IsInIgnoredRegion( ArrayList allIgnoreRegions )
Protected Function IsInIgnoredRegion ( _ allIgnoreRegions As ArrayList _ ) As Boolean
protected: bool IsInIgnoredRegion( ArrayList^ allIgnoreRegions )
Parameters
- allIgnoreRegions (ArrayList)
- Collection of 2 dim int arrays indicating the start and end of ignore regions
Return Value
True if is in ignore region.