Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
SyntaxParameters
- item
- Type: SystemObject
The item to the IJsSet.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
The item is a IJsObject from a different web page or frame.
|
| ObjectDisposedException |
The IJsSet has already been disposed.
|
See Also