Interface IIterator

Index

Properties

Methods

Properties

public current: T in Windows.Foundation.Collections.IIterator<T>

public hasCurrent: boolean

Methods

public getMany(): { items: T[]; returnValue: number; }

Returns

{ items: T[]; returnValue: number; }

public moveNext(): boolean

Returns

boolean