Uses of Class
system.configuration.SettingsAttributeDictionary
-
Packages that use SettingsAttributeDictionary Package Description system.configuration -
-
Uses of SettingsAttributeDictionary in system.configuration
Methods in system.configuration that return SettingsAttributeDictionary Modifier and Type Method Description static SettingsAttributeDictionary
SettingsAttributeDictionary. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoSettingsAttributeDictionary
, a cast assert is made to check if types are compatible.SettingsAttributeDictionary
SettingsProperty. getAttributes()
Methods in system.configuration with parameters of type SettingsAttributeDictionary Modifier and Type Method Description void
SettingsProperty. setAttributes(SettingsAttributeDictionary Attributes)
Constructors in system.configuration with parameters of type SettingsAttributeDictionary Constructor Description SettingsAttributeDictionary(SettingsAttributeDictionary attributes)
SettingsProperty(String name, NetType propertyType, SettingsProvider provider, boolean isReadOnly, NetObject defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, boolean throwOnErrorDeserializing, boolean throwOnErrorSerializing)
-