Online and CHM
ComplexityRegex Property (CyclomaticComplexity)



KellermanSoftware.StaticCodeAnalysis.QualityChecks Namespace > CyclomaticComplexity Class : ComplexityRegex Property
The regular expression used to detect branching, looping and logical operations
Syntax
'Declaration
 
Public MustOverride ReadOnly Property ComplexityRegex As Regex
'Usage
 
Dim instance As CyclomaticComplexity
Dim value As Regex
 
value = instance.ComplexityRegex
public abstract Regex ComplexityRegex {get;}
public:
abstract property Regex^ ComplexityRegex {
   Regex^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CyclomaticComplexity Class
CyclomaticComplexity Members