VisitNotStatement() public method

public VisitNotStatement ( [ notStatementParam ) : void
notStatementParam [
return void
Ejemplo n.º 1
0
 public override void Accept(ReSharper.NTriples.Tree.TreeNodeVisitor visitor)
 {
     visitor.VisitNotStatement(this);
 }