SubMain - CodeIt.Right The First Time!  
Home
Products
  CodeIt.Right
  CodeIt.Once for .NET
  PrettyCode.Print for .NET
  PrettyCode.Print
  SmartOutline for VS2005
  .NET Coding Guidelines
Download
Purchase
Support
Contact Us

CodeIt.Right SDK Class Library

RuleUtilities.GetMethodStatements Method 

Gets a collection of the statements from the method specified.

public static StatementCollection GetMethodStatements(
   IMethodInfo methodInfo
);

Parameters

methodInfo

Method object

Return Value

Collection of statements from the method specified.

Remarks

Example

To be added.

See Also

RuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace