JSMap.Collection structure
C#
public struct Collection : ICollection<JSValue>, IReadOnlyCollection<JSValue>
Public Members
name | description |
---|---|
Count { get; } | |
IsReadOnly { get; } | |
Add(…) | |
Clear() | |
Contains(…) | |
CopyTo(…) | |
GetEnumerator() | |
Remove(…) |
See Also
- struct JSValue
- struct JSMap
- namespace Microsoft.JavaScript.NodeApi