GetEnumerator Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation GetEnumerator Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionStringTableGetEnumerator()()()()
Gets an enumeration over all strings in the table.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, String))
public:
virtual IEnumerator<KeyValuePair<String^, String^>>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, string>> 
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, string>> 
Return Value
IEnumerator<(Of <(<'KeyValuePair<(Of <(<'String, String>)>)>>)>)>
Enumeration of string name and value pairs

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