You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Headers.cs 209B

12345678910111213
  1. namespace Novacode
  2. {
  3. public class Headers
  4. {
  5. internal Headers()
  6. {
  7. }
  8. public Header odd;
  9. public Header even;
  10. public Header first;
  11. }
  12. }