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