dCsharp

Visitor.ReturnValue Property

This method is called on the first visitor (i.e. v[0]) after finish() has been called on all visitors in a traversal, and its return value is returned as the return value of the traversal. The default behavior is to do return null.

public virtual object ReturnValue {get;}

See Also

Visitor Class | edu.neu.ccs.demeter.dCsharp Namespace