UserProperties.UserProperties

UserProperties()

Initializes an empty instance of UserProperties class.

public UserProperties()

See Also


UserProperties(Dictionary<string, object>)

Initializes an of UserProperties class with default values.

public UserProperties(Dictionary<string, object> defaults)
ParameterTypeDescription
defaultsDictionary`2Default properties values.

See Also


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

Constructs UserProperties with a defaults and altDefaults table, which are searched in that order.

public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
ParameterTypeDescription
defaultsDictionary`2Default properties values.
altDefaultsDictionary`2An alternative properties values.

See Also