Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathMap ► GetEnumerator()()()
Gets an enumerator over all entries in the dictionary.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerator<KeyValuePair<string, InstallPath>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, InstallPath))
public: virtual IEnumerator<KeyValuePair<String^, InstallPath^>>^ GetEnumerator() sealed
Return Value
An enumerator for the dictionary.