GetEnumerator Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation GetEnumerator Method
Gets an enumerator over all items in the collection.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IEnumerator<InstallPath> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of InstallPath)
public:
virtual IEnumerator<InstallPath^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<InstallPath> 
override GetEnumerator : unit -> IEnumerator<InstallPath> 
Return Value
IEnumerator<(Of <(<'InstallPath>)>)>
An enumerator for the collection.

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