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

ParseFrom() protected method

Parses the action from a string array
protected ParseFrom ( ) : bool
return bool
        protected override bool ParseFrom( params string[] token )
        {
            _length = 0;
            return true;
        }