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