AIMA.Core.Logic.FOL.Parsing.AST.NotSentence.getArgs C# (CSharp) Method

getArgs() public method

public getArgs ( ) : List
return List
        public List<FOLNode> getArgs()
        {
            return new ReadOnlyCollection<Sentence>(args).ToList<FOLNode>();
        }