IAppSettingsBuilderBuild Method
Converts the app settings into a collection of key/value pairs.
Namespace: Gemstone.Configuration.AppSettingsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
IEnumerable<KeyValuePair<string, string>> Build()
Function Build As IEnumerable(Of KeyValuePair(Of String, String))
IEnumerable<KeyValuePair<String^, String^>>^ Build()
Return Value
IEnumerableKeyValuePairString,
StringThe collection of key/value pairs.