GetEnumerator Method

PPJoy

Gets an IEnumerator that can be used to iterate over the MappingCollection.

Namespace:  PPJoy
Assembly:  PPJoyWrapper (in PPJoyWrapper.dll)

Syntax

Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator
C#
public IEnumerator GetEnumerator()
Visual C++
public:
virtual IEnumerator^ GetEnumerator() sealed

Return Value

Implements

IEnumerable..::.GetEnumerator()()()

See Also