StateBag.IEnumerable.GetEnumerator Method ()
.NET Framework (current version)
For a description of this member, see IEnumerable.GetEnumerator.
Assembly: System.Web (in System.Web.dll)
private abstract GetEnumerator : unit -> IEnumerator private override GetEnumerator : unit -> IEnumerator
Return Value
Type: System.Collections.IEnumeratorAn IEnumerator that can be used to iterate through the collection.
Implements
IEnumerable.GetEnumerator()This member is an explicit interface member implementation. It can be used only when the StateBag instance is cast to an IEnumerable interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: