Compartir a través de


EnumeratorPrototype.constructor Propiedad

Definición

Obtiene una referencia a un objeto basado en prototipos que usa este prototipo.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Valor de propiedad

EnumeratorConstructor

Referencia a un objeto basado en prototipos.

Se aplica a

Consulte también