AddressCollection.GetEnumerator Method ()
Gets the enumerator that iterates through the collection.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public IEnumerator<Address> GetEnumerator()
public:
virtual IEnumerator<Address>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Address>
override GetEnumerator : unit -> IEnumerator<Address>
Public Function GetEnumerator As IEnumerator(Of Address)
Return Value
Type: System.Collections.Generic.IEnumerator<Address>
The enumerator that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top