EnumeratorPrototype.atEnd(Object) Methode

Definitie

Bepaalt of de enumerator het laatste item van de verzameling heeft doorgegeven.

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

public:
 static bool atEnd(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Enumerator_atEnd)]
public static bool atEnd(object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.Enumerator_atEnd)>]
static member atEnd : obj -> bool
Public Shared Function atEnd (thisob As Object) As Boolean

Parameters

thisob
Object

Het object waarop deze methode handelt.

Retouren

true als de enumerator het laatste item van de verzameling heeft doorgegeven; anders, false.

Kenmerken

Van toepassing op

Zie ook