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

Afficher le fichier Open project: openpeer/ChatterBox

Méthodes publiques

Méthode Description
AddOrUpdate ( this propertySet, string key, object value ) : void

Method Details

AddOrUpdate() public static méthode

public static AddOrUpdate ( this propertySet, string key, object value ) : void
propertySet this
key string
value object
Résultat void