C# Class Recurity.Swf.AVM1.ActionPushDuplicate

Blitzableiter ActionPushDuplicate represents the Adobe AVM1 ActionPushDuplicate
Inheritance: AbstractAction
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionPushDuplicate ( ) : System

Pushes a duplicate of top of stack (the current return value) to the stack.

Method Details

ActionPushDuplicate() public method

Pushes a duplicate of top of stack (the current return value) to the stack.
public ActionPushDuplicate ( ) : System
return System