UserProperties.UserProperties

UserProperties()

UserProperties クラスの空のインスタンスを初期化します。

public UserProperties()

関連項目


UserProperties(Dictionary<string, object>)

UserProperties クラスの をデフォルト値で初期化します。

public UserProperties(Dictionary<string, object> defaults)
パラメータタイプ説明
defaultsDictionary`2デフォルトのプロパティ値。

関連項目


UserProperties(Dictionary<string, object>, Dictionary<string, object>)

この順序で検索されるデフォルトおよび altDefaults テーブル、 を使用して UserProperties を構築します。

public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
パラメータタイプ説明
defaultsDictionary`2デフォルトのプロパティ値。
altDefaultsDictionary`2代替プロパティ値。

関連項目