C# 클래스 WPNest.Services.SettingsProvider

상속: ISettingsProvider
파일 보기 프로젝트 열기: garyjohnson/wpnest

Private Properties

프로퍼티 타입 설명
IEnumerable IEnumerator

공개 메소드들

메소드 설명
Add ( object>.KeyValuePair item ) : void
Add ( string key, object value ) : void
Clear ( ) : void
Contains ( object>.KeyValuePair item ) : bool
ContainsKey ( string key ) : bool
CopyTo ( object>.KeyValuePair array, int arrayIndex ) : void
GetEnumerator ( ) : object>>.IEnumerator
Remove ( object>.KeyValuePair item ) : bool
Remove ( string key ) : bool
Save ( ) : void
TryGetValue ( string key, object &value ) : bool
this ( string key ) : object

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator

메소드 상세

Add() 공개 메소드

public Add ( object>.KeyValuePair item ) : void
item object>.KeyValuePair
리턴 void

Add() 공개 메소드

public Add ( string key, object value ) : void
key string
value object
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( object>.KeyValuePair item ) : bool
item object>.KeyValuePair
리턴 bool

ContainsKey() 공개 메소드

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

CopyTo() 공개 메소드

public CopyTo ( object>.KeyValuePair array, int arrayIndex ) : void
array object>.KeyValuePair
arrayIndex int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : object>>.IEnumerator
리턴 object>>.IEnumerator

Remove() 공개 메소드

public Remove ( object>.KeyValuePair item ) : bool
item object>.KeyValuePair
리턴 bool

Remove() 공개 메소드

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

Save() 공개 메소드

public Save ( ) : void
리턴 void

TryGetValue() 공개 메소드

public TryGetValue ( string key, object &value ) : bool
key string
value object
리턴 bool

this() 공개 메소드

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