Example #1
0
 public DwarfTagEx(DwarfTag value)
 {
     Value = value;
 }
Example #2
0
 protected DwarfDIE(DwarfTag tag)
 {
     _tag = tag;
 }