Skip to content

Instantly share code, notes, and snippets.

@JoshVarty
Created July 11, 2014 17:31
Show Gist options
  • Save JoshVarty/02644b85aa2990527186 to your computer and use it in GitHub Desktop.
Save JoshVarty/02644b85aa2990527186 to your computer and use it in GitHub Desktop.
Simple Class made up of Syntax Nodes and Tokens
class SimpleClass
{
public void SimpleMethod()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment