GetEnumerator Method

Summary

Returns a generic enumerator that can iterate through the MasterFormCollection.

Syntax
C#
VB
C++
public IEnumerator<IMasterForm> GetEnumerator() 
  
Public Function GetEnumerator() As IEnumerator(Of IMasterForm) 
public: 
IEnumerator<IMasterForm^>^ GetEnumerator();  

Return Value

A generic enumerator that can iterate through the MasterFormCollection.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly