Skip to content

Instantly share code, notes, and snippets.

@PhiHuyHoang
Last active September 12, 2018 21:04
Show Gist options
  • Save PhiHuyHoang/27c1bd25b1760c1ca44d8b1b5dcf8b76 to your computer and use it in GitHub Desktop.
Save PhiHuyHoang/27c1bd25b1760c1ca44d8b1b5dcf8b76 to your computer and use it in GitHub Desktop.
method constructor function example C#
private delegate string MyDelegate(string s1, string s2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment