Exemplo n.º 1
0
 public SectionHeaderParser(ref SectionHeader sectionHeader)
 {
     header = sectionHeader;
 }
Exemplo n.º 2
0
 public SectionParser(SectionHeader[] sectionHeaders, uint sectionAlignment)
 {
     headers = sectionHeaders;
     alignment = sectionAlignment;
 }