Method CreateLexicalBlock
CreateLexicalBlock(DIScope, DIFile, UInt32, UInt32)
Creates a new DILexicalBlock
Declaration
public DILexicalBlock CreateLexicalBlock(DIScope scope, DIFile file, uint line, uint column)
Parameters
public DILexicalBlock CreateLexicalBlock(DIScope scope, DIFile file, uint line, uint column)
DIScope | scope | DIScope for the block |
DIFile | file | DIFile containing the block |
UInt32 | line | Starting line number for the block |
UInt32 | column | Starting column for the block |
Returns
DILexicalBlock | DILexicalBlock created from the parameters |