Recurity.Swf.TagHandler.PlaceObject2.Parse C# (CSharp) Method

Parse() protected method

protected Parse ( ) : void
return void
        protected override void Parse()
        {
            try
            {
                ParsePlaceObject2Flags();
                ParsePlaceObject2Data();
            }
            catch (SwfFormatException swfe)
            {
                throw swfe;
            }
        }