IConfigSection.Set<T> method
Stores value at key in the in-memory cache. Does NOT write to disk — caller must invoke Save when batch of edits is complete.
public void Set<T>(string key, T value)See Also
Section titled “See Also”- interface IConfigSection
- namespace Stellar.Abstractions.Services