Skip to content

Instantly share code, notes, and snippets.

@kosanmil
Last active February 2, 2019 20:40
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/ae317796124e946577fd1a9a89a4244c to your computer and use it in GitHub Desktop.
Save kosanmil/ae317796124e946577fd1a9a89a4244c to your computer and use it in GitHub Desktop.
foreach (var childUnit in unit.ChildUnits)
{
childUnit.AcceptVisitor(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment