Skip to content
Version 2.11.0
↓ Get the launcher

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)