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