RequestCookieCollection.GetEnumerator Method ()
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()
public:
virtual IEnumerator<KeyValuePair<String^, 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>>
Returns IEnumerator<T>.
Implements
IEnumerable<T>.GetEnumerator()
See Also
RequestCookieCollection Class
Microsoft.Owin Namespace
Return to top