Click or drag to resize

PluginCommandCollection Constructor

Initializes a new instance of the PluginCommandCollection class.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public PluginCommandCollection(
	IList<PluginCommand> list
)

Parameters

list  IListPluginCommand
The wrapped list.
See Also