EnumeratorPrototype.atEnd(Object) Yöntem

Tanım

Numaralandırıcının koleksiyonun son öğesini geçirip geçirmediğini belirler.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

thisob
Object

Bu yöntemin üzerinde işlem yaptığı nesne.

Döndürülenler

true numaralandırıcı koleksiyonun son öğesini geçtiyse; aksi takdirde , false.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.