Implemented interface member:
4 overrides of GetEnumerator
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationSectionCollection.cs (1)
104
public override IEnumerator
GetEnumerator
()
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
107
public override IEnumerator
GetEnumerator
()
System\Configuration\PropertyInformationCollection.cs (1)
55
public override IEnumerator
GetEnumerator
()
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
448
public override IEnumerator
GetEnumerator
()
1 reference to GetEnumerator
System.Collections.Specialized (1)
System\Collections\Specialized\NameObjectCollectionBase.cs (1)
387
for (IEnumerator e = this.
GetEnumerator
(); e.MoveNext();)