Click or drag to resize
Config Constructor (Config)
Initializes a new instance of the Config class by cloning an existing instance.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public Config(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The existing instance
See Also