IPropertyBaseInfo.InsertCodeBlockAt Method
| CodeIt.Right SDK Class Library |
|
IPropertyBaseInfo.InsertCodeBlockAt Method
Inserts a code block.
Parameters
-
code
-
Code to be inserted.
-
parentStatementInfo
-
IStatementInfo object.
-
statementInfoToInsertBefore
-
IStatementInfo object.
-
statementInfoToInsertAfter
-
IStatementInfo object.
-
insertAtStart
-
True if insert at the start; False if otherwise.
-
insertAtEnd
-
True if insert at the end; False if otherwise.
Remarks
Example
To be added.
See Also
IPropertyBaseInfo Interface | SubMain.CodeItRight.Sdk.Core.Reflection Namespace