Recurity.Swf.TagHandler.PlaceObject2.Parse C# (CSharp) 메소드

Parse() 보호된 메소드

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