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