Method CreateLexicalBlock
CreateLexicalBlock(DIScope?, DIFile?, uint, uint)
Creates a new DILexicalBlock
public DILexicalBlock CreateLexicalBlock(DIScope? scope, DIFile? file, uint line, uint column)
Parameters
scopeDIScopeDIScope for the block
fileDIFileDIFile containing the block
lineuintStarting line number for the block
columnuintStarting column for the block
Returns
- DILexicalBlock
DILexicalBlock created from the parameters