C# Class WPNest.Services.SettingsProvider

Inheritance: ISettingsProvider
ファイルを表示 Open project: garyjohnson/wpnest

Private Properties

Property Type Description
IEnumerable IEnumerator

Public Methods

Method Description
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

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public method

public Add ( object>.KeyValuePair item ) : void
item object>.KeyValuePair
return void

Add() public method

public Add ( string key, object value ) : void
key string
value object
return void

Clear() public method

public Clear ( ) : void
return void

Contains() public method

public Contains ( object>.KeyValuePair item ) : bool
item object>.KeyValuePair
return bool

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

CopyTo() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : object>>.IEnumerator
return object>>.IEnumerator

Remove() public method

public Remove ( object>.KeyValuePair item ) : bool
item object>.KeyValuePair
return bool

Remove() public method

public Remove ( string key ) : bool
key string
return bool

Save() public method

public Save ( ) : void
return void

TryGetValue() public method

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

this() public method

public this ( string key ) : object
key string
return object