Click or drag to resize

IV8FastEnumerator Interface

Represents a fast enumerator.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public interface IV8FastEnumerator : IDisposable

The IV8FastEnumerator type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetCurrent Gets the item at the current position in the collection.
Public methodMoveNext Advances the enumerator to the next position in the collection.
Top
See Also