C# Класс Recurity.Swf.AVM1.ActionIncrement

Blitzableiter ActionIncrement represents the Adobe AVM1 ActionIncrement
Наследование: AbstractAction
Показать файл Открыть проект

Открытые методы

Метод Описание
ActionIncrement ( ) : System

Pops a value from the stack, converts it to number type, increments it by 1, and pushes it back to the stack.

Описание методов

ActionIncrement() публичный Метод

Pops a value from the stack, converts it to number type, increments it by 1, and pushes it back to the stack.
public ActionIncrement ( ) : System
Результат System