TempFileCollection::GetEnumerator Method ()

 

Gets an enumerator that can enumerate the members of the collection.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
IEnumerator^ GetEnumerator()

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator that contains the collection's members.

.NET Framework
Available since 1.1
Return to top
Show: