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.481-alpha
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

Type: T

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

Implements

IConfigurationManagerGetSectionT
See Also