EnvironmentVariables.GetEnumerator MethodEnvironmentVariables.GetEnumerator MethodEnvironmentVariables::GetEnumerator Method
Returns an enumerator that iterates through the collection.
Syntax
Public MustOverride Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of String, String))
public abstract IEnumerator<KeyValuePair<string, string>> GetEnumerator()
public: virtual IEnumerator<KeyValuePair<String^, String^>>^ GetEnumerator() abstract
Return Value
Type: System.Collections.Generic.IEnumerator<T>System.Collections.Generic.IEnumerator(Of T)System.Collections.Generic::IEnumerator<T>^
A IEnumerator<T>IEnumerator(Of T)IEnumerator<T> that can be used to iterate through the collection.