Exemplo n.º 1
0
 public static bool IsEmpty(this SectionHeader header) => header.Size <= 4;
Exemplo n.º 2
0
 public static unsafe bool IsEmpty(SectionHeader* header) => header->Size <= 4;