Click or drag to resize

IJsSetAdd Method

Adds an item to the IJsSet.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
void Add(
	Object item
)

Parameters

item
Type: SystemObject
The item to the IJsSet.
Exceptions
ExceptionCondition
ArgumentException The item is a IJsObject from a different web page or frame.
ObjectDisposedException The IJsSet has already been disposed.
See Also