Created
December 30, 2014 15:52
-
-
Save hernanBeiza/b0a1ba35ba40f7ef960c to your computer and use it in GitHub Desktop.
AS3 - Listar Propiedades Objeto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var description:XML = describeType(miObjeto); | |
trace(description); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment