Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► ResourceCollection ► GetEnumerator()()()()
Gets an enumerator over all resources in the collection.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public IEnumerator<Resource> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Resource)
public: virtual IEnumerator<Resource^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Resource> override GetEnumerator : unit -> IEnumerator<Resource>
Return Value
Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.11.1.2318)