C# Class Recurity.Swf.AVM1.ActionAdd

Blitzableiter ActionAdd represents the Adobe AVM1 "Add" action
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionAdd ( ) : System

Adds two numbers and pushes the result back to the stack

Method Details

ActionAdd() public method

Adds two numbers and pushes the result back to the stack
public ActionAdd ( ) : System
return System