示例#1
0
 private static SectionCode ToSectionCode(BinaryReader reader)
 {
     return((SectionCode)Values.ToByte(reader));
 }