Online and CHM
MethodBody Property



KellermanSoftware.StaticCodeAnalysis Namespace > MethodInformation Class : MethodBody Property
The code portion of the method without comments and blank lines
Syntax
'Declaration
 
Public Property MethodBody As String
'Usage
 
Dim instance As MethodInformation
Dim value As String
 
instance.MethodBody = value
 
value = instance.MethodBody
public string MethodBody {get; set;}
public:
property String^ MethodBody {
   String^ get();
   void set (    String^ value);
}
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

MethodInformation Class
MethodInformation Members