Closure(FunctionObject) Constructor

Definitie

Initialiseert een nieuw exemplaar van de Closure klasse.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 Closure(Microsoft::JScript::FunctionObject ^ func);
public Closure(Microsoft.JScript.FunctionObject func);
new Microsoft.JScript.Closure : Microsoft.JScript.FunctionObject -> Microsoft.JScript.Closure
Public Sub New (func As FunctionObject)

Parameters

func
FunctionObject

De functie die deze sluiting vertegenwoordigt.

Van toepassing op

Zie ook