Online and CHM
TotalNesting Property



KellermanSoftware.StaticCodeAnalysis.Languages Namespace > BaseLanguageParser Class : TotalNesting Property
The total maximum nesting of all the methods in the source file. This is used internally for calculating averages.
Syntax
'Declaration
 
Public ReadOnly Property TotalNesting As Integer
'Usage
 
Dim instance As BaseLanguageParser
Dim value As Integer
 
value = instance.TotalNesting
public int TotalNesting {get;}
public:
property int TotalNesting {
   int 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

BaseLanguageParser Class
BaseLanguageParser Members