Skip to content

Instantly share code, notes, and snippets.

@KzoNag
Created August 25, 2014 10:17
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 KzoNag/9d71e0a887234eaebc0a to your computer and use it in GitHub Desktop.
Save KzoNag/9d71e0a887234eaebc0a to your computer and use it in GitHub Desktop.
using System;
class Test
{
public Test()
{
}
private int mMember = 0;
publiv int Method()
{
return mMember;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment