C# 클래스 Recurity.Swf.AVM1.ActionAdd2

Blitzableiter ActionAdd2 represents the Adobe AVM1 ActionAdd2
상속: AbstractAction
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
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

메소드 상세

ActionAdd2() 공개 메소드

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
리턴 System