C# Class Recurity.Swf.AVM1.ActionReturn

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

Public Methods

Method Description
ActionReturn ( ) : System

Forces the return item to be pushed off the stack and returned. If a return is not appropriate, the return item is discarded

Method Details

ActionReturn() public method

Forces the return item to be pushed off the stack and returned. If a return is not appropriate, the return item is discarded
public ActionReturn ( ) : System
return System