C# Class Recurity.Swf.AVM1.ActionAdd2

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System