Implemented interface member:
method
GetEnumerator
System.Collections.IEnumerable.GetEnumerator()
4 references to GetEnumerator
System.Web (4)
Abstractions\HttpStaticObjectsCollectionWrapper.cs (1)
69
return _collection.
GetEnumerator
();
httpstaticobjectscollection.cs (1)
143
for (IEnumerator e = this.
GetEnumerator
(); e.MoveNext();)
Util\AspCompat.cs (2)
613
return DictEnumKeysToString((IDictionaryEnumerator)_context.Application.StaticObjects.
GetEnumerator
());
870
return DictEnumKeysToString((IDictionaryEnumerator)_context.Session.StaticObjects.
GetEnumerator
());