Skip to content

Instantly share code, notes, and snippets.

@tncbbthositg
Created May 7, 2009 22:37
Show Gist options
  • Save tncbbthositg/108443 to your computer and use it in GitHub Desktop.
Save tncbbthositg/108443 to your computer and use it in GitHub Desktop.
Using ConfigurationProvider with collections
Dictionary<string, string> configuration = GetConfiguration();
IConfigurationProvider provider = new ConfigurationProvider(configuration);
ConfigurationHelper helper = new ConfigurationHelper(provider, path);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment