Skip to content

Instantly share code, notes, and snippets.

@PhiHuyHoang
Last active September 12, 2018 21:05
Show Gist options
  • Save PhiHuyHoang/60739cff04152e2284af6a907c43d4d8 to your computer and use it in GitHub Desktop.
Save PhiHuyHoang/60739cff04152e2284af6a907c43d4d8 to your computer and use it in GitHub Desktop.
method constructor function example C#
public string WhatUp(string firstName, string lastName)
{
return $"What's up {firstName} {lastName}";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment