C# Class Recurity.Swf.AVM1.ActionDelete2

Blitzableiter ActionDelete2 represents the Adobe AVM1 ActionDelete2
Inheritance: AbstractAction
Mostra file Open project: rtezli/Blitzableiter

Public Methods

Method Description
ActionDelete2 ( ) : System

ActionDelete2 deletes a named property. Flash Player first looks for the property in the current scope, and if the property cannot be found, continues to search in the encompassing scopes.

Method Details

ActionDelete2() public method

ActionDelete2 deletes a named property. Flash Player first looks for the property in the current scope, and if the property cannot be found, continues to search in the encompassing scopes.
public ActionDelete2 ( ) : System
return System