Skip to content

Instantly share code, notes, and snippets.

@kosanmil
Last active February 2, 2019 20:08
Embed
What would you like to do?
public interface IVisitor
{
void VisitProcessUnit(ProcessUnit unit);
void VisitAgentUnit(AgentUnit unit);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment