IJsArrayToReadOnlyList Method |
Copies the contents of the
IJsArray to a new
IReadOnlyListT.
Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax IReadOnlyList<Object> ToReadOnlyList()
Return Value
Type:
IReadOnlyListObjectA
IReadOnlyListT that contains elements from the
IJsArray.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
The IJsArray has already been disposed.
|
Remarks
Proxy objects are mapped to the corresponding injected .NET objects.
See Also