UnifyWithStructure() private method

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