GetEnumerator Method

Microsoft Deployment Tools

Deployment Tools Foundation GetEnumerator Method
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.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)