1 instantiation of SchemeSettingElement
System.Configuration.ConfigurationManager (1)
System\Configuration\SchemeSettingElementCollection.cs (1)
46
return new
SchemeSettingElement
();
8 references to SchemeSettingElement
System (1)
src\libraries\shims\System\ref\System.cs (1)
437
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
SchemeSettingElement
))]
System.Configuration.ConfigurationManager (7)
System\Configuration\SchemeSettingElementCollection.cs (7)
6
[ConfigurationCollection(typeof(
SchemeSettingElement
),
29
public
SchemeSettingElement
this[int index]
31
get { return (
SchemeSettingElement
)BaseGet(index); }
34
public new
SchemeSettingElement
this[string name]
36
get { return (
SchemeSettingElement
)BaseGet(name); }
39
public int IndexOf(
SchemeSettingElement
element)
51
return ((
SchemeSettingElement
)element).Name;