Click or drag to resize

ConfigurationManagerGetSectionT Method

Get the specified section

Namespace:  SanteDB.DisconnectedClient.Configuration
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public T GetSection<T>()
where T : IConfigurationSection

Type Parameters

T
The 1st type parameter.

Return Value

Type: T
The section.

Implements

IConfigurationManagerGetSectionT
See Also