IDynamicPropertyWriter.hx 164 B

12345
  1. package flash.net;
  2. extern interface IDynamicPropertyWriter {
  3. function writeDynamicProperties(obj : flash.utils.Object, output : IDynamicPropertyOutput) : Void;
  4. }