Skip to content

Instantly share code, notes, and snippets.

@dukesteen
Created September 8, 2019 14:05
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 dukesteen/8975ac4243425cd0e53561fb493b76a9 to your computer and use it in GitHub Desktop.
Save dukesteen/8975ac4243425cd0e53561fb493b76a9 to your computer and use it in GitHub Desktop.
public void EditPair(KeyValuePair<string, string> data)
{
appConfig.data[data.Key] = data.Value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment