Home
last modified time | relevance | path

Searched refs:SchemeSettingElement (Results 1 – 15 of 15) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSchemeSettingElementCollection.cs7 [ConfigurationCollection(typeof(SchemeSettingElement),
30 public SchemeSettingElement this[int index]
32 get { return (SchemeSettingElement)BaseGet(index); }
35 public new SchemeSettingElement this[string name]
37 get { return (SchemeSettingElement)BaseGet(name); }
40 public int IndexOf(SchemeSettingElement element) in IndexOf()
47 return new SchemeSettingElement(); in CreateNewElement()
52 return ((SchemeSettingElement)element).Name; in GetElementKey()
H A DSchemeSettingElement.cs7 public sealed class SchemeSettingElement : ConfigurationElement class
13 static SchemeSettingElement() in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DSchemeSettingElementCollection.cs5 [ConfigurationCollection(typeof(SchemeSettingElement),
28 public SchemeSettingElement this[int index]
30 get { return (SchemeSettingElement)BaseGet(index); }
33 public new SchemeSettingElement this[string name]
35 get { return (SchemeSettingElement)BaseGet(name); }
38 public int IndexOf(SchemeSettingElement element) in IndexOf()
45 return new SchemeSettingElement(); in CreateNewElement()
50 return ((SchemeSettingElement)element).Name; in GetElementKey()
H A DSchemeSettingElement.cs6 public sealed class SchemeSettingElement : ConfigurationElement class
12 static SchemeSettingElement() in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
H A DUriSection.cs95 foreach (SchemeSettingElement element in section.SchemeSettings) in UriSectionInternal()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/tests/System/Configuration/
H A DUriSectionTests.cs63 SchemeSettingElement schemeSettingElement = uriSection.SchemeSettings[0]; in UriSectionSchemeSettings()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/ref/
H A DSystem.Configuration.cs209 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
211 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
218 …tion.ConfigurationCollectionAttribute(typeof(System.Configuration.SchemeSettingElement), Collectio…
223 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
224 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
227 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs5958 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
5960 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
5967 …tion.ConfigurationCollectionAttribute(typeof(System.Configuration.SchemeSettingElement), Collectio…
5972 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5973 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
5976 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs5949 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
5951 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
5958 …tion.ConfigurationCollectionAttribute(typeof(System.Configuration.SchemeSettingElement), Collectio…
5963 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5964 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
5967 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs5662 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
5664 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
5673 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5674 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
5677 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs5683 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
5685 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
5694 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5695 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
5698 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs5683 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
5685 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
5694 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5695 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
5698 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs5662 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
5664 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
5673 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5674 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
5677 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs5662 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
5664 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
5673 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5674 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
5677 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs5683 public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement class
5685 public SchemeSettingElement() { } in SchemeSettingElement() method in System.Configuration.SchemeSettingElement
5694 public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5695 … public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
5698 public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; } in IndexOf()