Click or drag to resize

IJsArrayToReadOnlyList Method

Copies the contents of the IJsArray to a new IReadOnlyListT.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
IReadOnlyList<Object> ToReadOnlyList()

Return Value

Type: IReadOnlyListObject
A IReadOnlyListT that contains elements from the IJsArray.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsArray has already been disposed.
Remarks
Proxy objects are mapped to the corresponding injected .NET objects.
See Also