Skip to content

Instantly share code, notes, and snippets.

@digitalconceptvisuals
Created July 30, 2020 18:28
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 digitalconceptvisuals/87f3bed061756e9e759dcc1f28998d33 to your computer and use it in GitHub Desktop.
Save digitalconceptvisuals/87f3bed061756e9e759dcc1f28998d33 to your computer and use it in GitHub Desktop.
/**
* Dynamically adding more converters
*/
public void AddConverter(string caseType, ConverterFunction func)
{
// That's it!
converters[caseType] = func;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment