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

Render() protected method

Renders the offset back to an output stream
protected Render ( System outputStream ) : ulong
outputStream System The output stream
return ulong
        protected override ulong Render( System.IO.BinaryWriter outputStream )
        {
            outputStream.Write( _offset );
            return sizeof( Int16 );
        }