Skip to content

Instantly share code, notes, and snippets.

@kosanmil
Last active February 2, 2019 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kosanmil/860d48a743658d03dcc59304b8506ed7 to your computer and use it in GitHub Desktop.
Save kosanmil/860d48a743658d03dcc59304b8506ed7 to your computer and use it in GitHub Desktop.
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