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>)

إنشاء UserProperties باستخدام جدول افتراضيات و altDefaults يتم البحث فيه بهذا الترتيب.

public UserProperties(Dictionary<string, object> defaults, Dictionary<string, object> altDefaults)
معامليكتبوصف
defaultsDictionary`2قيم الخصائص الافتراضية.
altDefaultsDictionary`2قيم خصائص بديلة.

أنظر أيضا