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

DieStructureType() public method

public DieStructureType ( DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev, bool is_union ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
offset long
abbrev AbbrevEntry
is_union bool
return System
            public DieStructureType(DwarfBinaryReader reader,
						 CompilationUnit comp_unit, long offset,
						 AbbrevEntry abbrev, bool is_union)
                : base(reader, comp_unit, offset, abbrev)
            {
                this.IsUnion = is_union;
            }