C# Class Recurity.Swf.AVM1.ActionExtends

Blitzableiter ActionExtends represents the Adobe AVM1 ActionExtends
Inheritance: AbstractAction
Show file Open project: rtezli/Blitzableiter

Public Methods

Method 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 method

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