C# 클래스 SensorbergSDK.AppSettings

파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContainsKey ( string key ) : bool
Remove ( string key ) : bool
this ( string key ) : object

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

Remove() 공개 메소드

public Remove ( string key ) : bool
key string
리턴 bool

this() 공개 메소드

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