C# 클래스 AccidentalFish.ApplicationSupport.Azure.Configuration.Configuration

상속: IConfiguration
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

공개 메소드들

메소드 설명
Configuration ( bool forceAppConfig ) : System.Configuration
GetAsync ( string key ) : Task
this ( string key ) : string

메소드 상세

Configuration() 공개 메소드

public Configuration ( bool forceAppConfig ) : System.Configuration
forceAppConfig bool
리턴 System.Configuration

GetAsync() 공개 메소드

public GetAsync ( string key ) : Task
key string
리턴 Task

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string