INodeCollectionAsReadOnly Method |
Returns the snapshot of the items in the collection as a read-only list.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IReadOnlyList<INode> AsReadOnly()
Return Value
Type:
IReadOnlyListINodethe snapshot of the items in the collection as a read-only list.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The INode has already been disposed. |
See Also