예제 #1
0
 /// <summary>Serialize the TypeID object</summary>
 /// <exception cref="System.IO.IOException"/>
 internal virtual void Write(RecordOutput rout, string tag)
 {
     rout.WriteByte(typeVal, tag);
 }
예제 #2
0
 /// <exception cref="System.IO.IOException"/>
 internal override void Write(RecordOutput rout, string tag)
 {
     rout.WriteByte(typeVal, tag);
     WriteRest(rout, tag);
 }
예제 #3
0
 /// <exception cref="System.IO.IOException"/>
 internal override void Write(RecordOutput rout, string tag)
 {
     rout.WriteByte(typeVal, tag);
     typeIDElement.Write(rout, tag);
 }