IJsArrayToReadOnlyListT 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<T> ToReadOnlyList<T>()
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:DotNetBrowser.Js.Collections.IJsArray.ToReadOnlyList``1"]
Return Value
Type:
IReadOnlyListTA
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