C# Класс Mono.Debugger.Backend.DwarfReader.DieSubrangeType

Наследование: Die
Показать файл Открыть проект

Открытые методы

Метод Описание
DieSubrangeType ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System

Защищенные методы

Метод Описание
ProcessAttribute ( Attribute attribute ) : void

Описание методов

DieSubrangeType() публичный Метод

public DieSubrangeType ( DwarfBinaryReader reader, CompilationUnit comp_unit, AbbrevEntry abbrev ) : System
reader DwarfBinaryReader
comp_unit CompilationUnit
abbrev AbbrevEntry
Результат System

ProcessAttribute() защищенный Метод

protected ProcessAttribute ( Attribute attribute ) : void
attribute System.Attribute
Результат void