Skip to content

Instantly share code, notes, and snippets.

@sdanna
Created November 24, 2015 19:22
Show Gist options
  • Save sdanna/75806cd2e593bc811707 to your computer and use it in GitHub Desktop.
Save sdanna/75806cd2e593bc811707 to your computer and use it in GitHub Desktop.
public Foobar(string value, string displayName, params string[] extraData)
{
// Implementation
}
public Foobar(string value, params string[] extraData)
{
// Implementation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment