Click or drag to resize
GeneralizedAbstractInfoTInfo Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected GeneralizedAbstractInfo(
	AbstractInfo<TInfo> mainObj,
	Object dummy
)

Parameters

mainObj
Type: CMS.DataEngineAbstractInfoTInfo
Main object
dummy
Type: SystemObject
Dummy object to separate the protected constructor
See Also