UnifyWithStructure() private method

private UnifyWithStructure ( Structure value ) : IEnumerable
value Structure
return IEnumerable
Esempio n. 1
0
 internal override bool UnifyWithTerm(Term term, PrologContext context)
 {
     return(term.UnifyWithStructure(this, context));
 }
Esempio n. 2
0
 internal override IEnumerable <bool> UnifyWithTerm(Term term)
 {
     return(term.UnifyWithStructure(this));
 }