UserProperties.UserProperties

UserProperties()

Inicializa una instancia vacía de la clase UserProperties.

public UserProperties()

Ver también


UserProperties(Dictionary<string, object>)

Inicializa una clase UserProperties con valores predeterminados.

public UserProperties(Dictionary<string, object> defaults)
ParámetroEscribeDescripción
defaultsDictionary`2Valores de propiedades predeterminados.

Ver también


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

Construye UserProperties con una tabla de valores predeterminados y valores predeterminados alternativos, que se buscan en ese orden.

public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
ParámetroEscribeDescripción
defaultsDictionary`2Valores de propiedades predeterminados.
altDefaultsDictionary`2Valores alternativos de las propiedades.

Ver también