Comparteix a través de


HeaderDictionary.GetEnumerator Method ()

 

Returns an enumerator that iterates through a collection.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public IEnumerator<KeyValuePair<string, string[]>> GetEnumerator()
public:
virtual IEnumerator<KeyValuePair<String^, array<String^>^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, string[]>>
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, string[]>>
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, String()))

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, String[]>>

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

HeaderDictionary Class
Microsoft.Owin Namespace

Return to top