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替代属性值。

也可以看看