JSAsyncIterable.Enumerator structure
C#
public struct Enumerator : IAsyncEnumerator<JSValue>
Public Members
name | description |
---|---|
Current { get; } | |
MoveNextAsync() |
See Also
- struct JSValue
- struct JSAsyncIterable
- namespace Microsoft.JavaScript.NodeApi