C# Class SensorbergSDK.AppSettings

Datei anzeigen Open project: sensorberg-dev/windows10-sdk Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ContainsKey ( string key ) : bool
Remove ( string key ) : bool
this ( string key ) : object

Method Details

ContainsKey() public method

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

Remove() public method

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

this() public method

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