Visual Basic (Declaration) | |
---|---|
Public Function GetEnumerator() As IEnumerator(Of IMasterForm) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IEnumerator<IMasterForm> GetEnumerator() |
C++/CLI | |
---|---|
public: IEnumerator<IMasterForm>^ GetEnumerator(); |
Return Value
A generic enumerator that can iterate through the MasterFormCollection.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family