IPluginConfig.GetSection method
Returns the named section. Sections are created lazily on first access; the returned IConfigSection is stable across calls for the same name.
public IConfigSection GetSection(string name)See Also
Section titled “See Also”- interface IConfigSection
- interface IPluginConfig
- namespace Stellar.Abstractions.Services