Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax Parameters
- 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