Recurity.Swf.AVM1.ActionWith.Render C# (CSharp) Method

Render() protected method

protected Render ( System outputStream ) : ulong
outputStream System
return ulong
        protected override ulong Render( System.IO.BinaryWriter outputStream )
        {
            outputStream.Write( _size );
            return sizeof( UInt16 );
        }