Online and CHM
TotalParameterCount Property



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