Recurity.Swf.AVM1.AbstractAction.ParseFrom C# (CSharp) Method

ParseFrom() protected method

protected ParseFrom ( ) : bool
return bool
        protected virtual bool ParseFrom( params string[] token )
        {
            throw new NotImplementedException( "ParseFrom not overwritten by Action class for actionCode " + _actionCode.ToString( "d" ) );
        }

Same methods

AbstractAction::ParseFrom ( string line ) : bool