GlobalObject.Enumerator Property

Definition

Gets a reference to an EnumeratorConstructor object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static property Microsoft::JScript::EnumeratorConstructor ^ Enumerator { Microsoft::JScript::EnumeratorConstructor ^ get(); };
public static Microsoft.JScript.EnumeratorConstructor Enumerator { get; }
static member Enumerator : Microsoft.JScript.EnumeratorConstructor
Public Shared ReadOnly Property Enumerator As EnumeratorConstructor

Property Value

A reference to an EnumeratorConstructor object.

Applies to