Exemplo n.º 1
0
 private MainSection(SectionHeader header, IReadOnlyList <Section> sections, byte[] data)
 {
     Header   = header;
     Sections = sections;
     Data     = data;
 }
Exemplo n.º 2
0
 private Section(SectionHeader header, byte[] data)
 {
     Header = header;
     Data   = data;
 }