Click or drag to resize
BaseInfo  Conversion (GeneralizedInfo to BaseInfo)
Implicit operator for conversion from GeneralizedInfo class to BaseInfo

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static implicit operator BaseInfo (
	GeneralizedInfo info
)

Parameters

info
Type: CMS.DataEngineGeneralizedInfo
Info object

Return Value

Type: BaseInfo
See Also