public SectionHeaderParser(ref SectionHeader sectionHeader) { header = sectionHeader; }
public SectionParser(SectionHeader[] sectionHeaders, uint sectionAlignment) { headers = sectionHeaders; alignment = sectionAlignment; }