←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly