YAMP.ReturnKeyword.Interpret C# (CSharp) Méthode

Interpret() public méthode

public Interpret ( Value>.IDictionary symbols ) : Value
symbols Value>.IDictionary
Résultat Value
        public override Value Interpret(IDictionary<String, Value> symbols)
        {
            StopAllContexts(Query);
            return Body.Interpret(symbols);
        }