Click or drag to resize

JamItemIdListCollection Constructor (Boolean)

Initializes a new instance of the JamItemIdListCollection class.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public JamItemIdListCollection(
	bool isReadOnly
)

Parameters

isReadOnly
Type: SystemBoolean
if set to true the collection is readonly.
See Also