Click or drag to resize
GeneralizedAbstractInfoTInfo Constructor
Constructor

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

Parameters

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