Like Java, I want to know if my reference is declared as Interface.
function foo(classRef:Class ){
if(classRef.isInterface(){
//something
}
} You can use AS3 Commons Reflect to get this i
Like Java, I want to know if my reference is declared as Interface.
function foo(classRef:Class ){
if(classRef.isInterface(){
//something
}
} You can use AS3 Commons Reflect to get this i