GoldDotNet Documentation

Reduction.ChildrenAccept Method 

Makes the IGoldVisitor visit the children of this Reduction.

public void ChildrenAccept(
   IGoldVisitor p_visitor
);

Example

See the GoldTest sample project.

See Also

Reduction Class | DevinCook.GoldParser Namespace