C# Class Recurity.Swf.AVM1.ActionAdd2

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

Public Methods

Method Description
ActionAdd2 ( ) : System

Is similar to ActionAdd, but performs the addition differently, according to the data types of the arguments. The addition operator algorithm in ECMA-262 Section 11.6.1 is used. If string concatenation is applied, the concatenated string is arg2 followed by arg1

Method Details

ActionAdd2() public method

Is similar to ActionAdd, but performs the addition differently, according to the data types of the arguments. The addition operator algorithm in ECMA-262 Section 11.6.1 is used. If string concatenation is applied, the concatenated string is arg2 followed by arg1
public ActionAdd2 ( ) : System
return System