Skip to content

Instantly share code, notes, and snippets.

@chrisnas
Created June 28, 2021 12:16
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 chrisnas/a7719023180e42700890fbcf71499124 to your computer and use it in GitHub Desktop.
Save chrisnas/a7719023180e42700890fbcf71499124 to your computer and use it in GitHub Desktop.
public ClassType ClassParamReturnClass(ClassType obj)
{
return new ClassType(obj.IntProperty + 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment