ForEachEnumeratorUI Constructor

Definition

Initializes a new instance of the ForEachEnumeratorUI class.

public:
 ForEachEnumeratorUI();
public ForEachEnumeratorUI ();
Public Sub New ()

Examples

The following code sample shows how to create the object using the default constructor.

Dim feEnumUI As New ForEachEnumeratorUI()  
ForEachEnumeratorUI feEnumUI = new ForEachEnumeratorUI();  

Applies to