PropertyInformationCollection::GetEnumerator Method ()

 

Gets an IEnumerator object, which is used to iterate through this PropertyInformationCollection collection.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
virtual IEnumerator^ GetEnumerator() override

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator object, which is used to iterate through this PropertyInformationCollection.

.NET Framework
Available since 2.0
Return to top
Show: