PluginComponentInfo(PluginComponentInfo) Constructor

Constructs a copy of the specified instance.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
protected PluginComponentInfo(
	PluginComponentInfo src
)

Parameters

src  PluginComponentInfo
Source to copy the data from.

See Also