C# 클래스 Rolcore.Configuration.ConfigurationExtensions

Extension methods for System.Configuration.Configuration.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
DeleteAppSetting ( this config, string key ) : void
WriteAppSetting ( this config, string key, string value ) : void

비공개 메소드들

메소드 설명
IsAppSettingsReadOnly ( this config ) : bool

메소드 상세

DeleteAppSetting() 공개 정적인 메소드

public static DeleteAppSetting ( this config, string key ) : void
config this
key string
리턴 void

WriteAppSetting() 공개 정적인 메소드

public static WriteAppSetting ( this config, string key, string value ) : void
config this
key string
value string
리턴 void