Click or drag to resize

DockerConfigurationManagerGetSectionT Method

Get the specified configuration section

Namespace: SanteDB.Docker.Core
Assembly: SanteDB.Docker.Core (in SanteDB.Docker.Core.dll) Version: 3.0.2081-alpha+33b80aa7f95e24a6799613bc47257a05ef96e81a
Syntax
public T GetSection<T>()
where T : IConfigurationSection

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.Docker.Core.DockerConfigurationManager.GetSection``1"]

Return Value

T

[Missing <returns> documentation for "M:SanteDB.Docker.Core.DockerConfigurationManager.GetSection``1"]

Implements

IConfigurationManagerGetSectionT
See Also