Ejemplo n.º 1
0
 /// <exception cref="System.IO.IOException"/>
 internal virtual void Write(RecordOutput rout, string tag)
 {
     rout.WriteString(fieldID, tag);
     typeID.Write(rout, tag);
 }
Ejemplo n.º 2
0
 /// <exception cref="System.IO.IOException"/>
 internal override void Write(RecordOutput rout, string tag)
 {
     rout.WriteByte(typeVal, tag);
     typeIDElement.Write(rout, tag);
 }