IDynamicPropertyWriter.hx 153 B

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