Example #1
0
 public override void Write(BinaryWriter file)
 {
     base.Write(file);
     Emitters.Write(file);
 }
Example #2
0
        public override void Write(BinaryWriter file)
        {
            base.Write(file);

            attachments.Write(file);
        }