AIMA.Core.Logic.Propositional.Parsing.Ast.UnarySentence.UnarySentence C# (CSharp) Méthode

UnarySentence() public méthode

public UnarySentence ( Sentence negated ) : System
negated Sentence
Résultat System
        public UnarySentence(Sentence negated)
        {
            this.negated = negated;
        }