Esempio n. 1
0
 public DwarfTagEx(DwarfTag value)
 {
     Value = value;
 }
Esempio n. 2
0
 protected DwarfDIE(DwarfTag tag)
 {
     _tag = tag;
 }