Пример #1
0
 internal CharConst(PEReader buff)
 {
     val = buff.ReadChar();
     size = 2;
     type = ElementType.Char;
 }