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

IPropertyBaseInfo.InsertCodeBlockAtStart Method 

Inserts a code block at the start of specified statement.

void InsertCodeBlockAtStart(
   string code,
   IStatementInfo parentStatementInfo
);

Parameters

code

Code to be inserted.

parentStatementInfo

IStatementInfo object.

Remarks

Example

To be added.

See Also

IPropertyBaseInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace