C# Class ChatterBox.Client.Common.Settings.SettingsExtensions

Show file Open project: openpeer/ChatterBox

Public Methods

Method Description
AddOrUpdate ( this propertySet, string key, object value ) : void

Method Details

AddOrUpdate() public static method

public static AddOrUpdate ( this propertySet, string key, object value ) : void
propertySet this
key string
value object
return void