C# Class Recurity.Swf.AVM1.ActionExtends

Blitzableiter ActionExtends represents the Adobe AVM1 ActionExtends
Inheritance: AbstractAction
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
ActionExtends ( ) : System

implements the ActionScript extends keyword. ActionExtends creates an inheritance relationship between two classes, called the subclass and the superclass.

Method Details

ActionExtends() public méthode

implements the ActionScript extends keyword. ActionExtends creates an inheritance relationship between two classes, called the subclass and the superclass.
public ActionExtends ( ) : System
Résultat System