コード例 #1
0
 public SectionHeaderParser(ref SectionHeader sectionHeader)
 {
     header = sectionHeader;
 }
コード例 #2
0
 public SectionParser(SectionHeader[] sectionHeaders, uint sectionAlignment)
 {
     headers = sectionHeaders;
     alignment = sectionAlignment;
 }