Click or drag to resize

IJsArray.ToReadOnlyList Method

Copies the contents of the IJsArray to a new IReadOnlyList<T>.

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

Return Value

Type: IReadOnlyList<Object>
A IReadOnlyList<T> 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