示例#1
0
 protected override string ReadInlineString(Instruction instr)
 {
     return(module.ReadUserString(reader.ReadUInt32()));
 }