Recurity.Swf.AVM1.StackPush.StackPush C# (CSharp) Method

StackPush() public method

public StackPush ( AVM1DataTypes dtype ) : System
dtype AVM1DataTypes
return System
        public StackPush( AVM1DataTypes dtype )
        {
            this._DataType = dtype;
            this._Change = 1;
        }
StackPush