Пример #1
0
 public void ToSwf(SwfWriter w)
 {
     w.AppendByte((byte)PrimitiveType);
     w.AppendInt32(IntegerValue);
 }