Mono.Debugger.Backend.DwarfReader.DwarfTargetVariable.DwarfTargetVariable C# (CSharp) Method

DwarfTargetVariable() public method

public DwarfTargetVariable ( DieSubprogram subprog, string name, TargetType type, DwarfLocation location, DieLexicalBlock lexical_block ) : System
subprog DieSubprogram
name string
type Mono.Debugger.Languages.TargetType
location DwarfLocation
lexical_block DieLexicalBlock
return System
            public DwarfTargetVariable(DieSubprogram subprog, string name, TargetType type,
						    DwarfLocation location, DieLexicalBlock lexical_block)
            {
                this.name = name;
                this.type = type;
                this.location = location;
                this.lexical_block = lexical_block;
            }