MemoryConfigurationProvider
public class MemoryConfigurationProvider : ConfigurationProvider, IEnumerable<KeyValuePair<string, string>>, IEnumerable
Provides configuration key-value pairs that are obtained from memory.
Initialize a new instance from the source.
Adds a new key-value pair.
Returns an enumerator that iterates through the collection.