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एक वैकल्पिक गुण मान।

यह सभी देखें