| 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
Public Function GetSection(Of T As IConfigurationSection) As T
public:
generic<typename T>
where T : IConfigurationSection
virtual T GetSection() sealed
abstract GetSection : unit -> 'T when 'T : IConfigurationSection
override GetSection : unit -> 'T when '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
IConfigurationManagerGetSectionTSee Also