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++ | F# |
public IEnumerator<KeyValuePair<string, InstallPath>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, InstallPath))
public: virtual IEnumerator<KeyValuePair<String^, InstallPath^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, InstallPath>> override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, InstallPath>>
Return Value
IEnumerator<(Of <(<'KeyValuePair<(Of <(<'String, InstallPath>)>)>>)>)>
An enumerator for the dictionary.
An enumerator for the dictionary.
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)