Click or drag to resize
AbstractInfoTInfoNew Method (ActionTInfo)
Creates new object of the given class

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static TInfo New(
	Action<TInfo> initializer = null
)

Parameters

initializer (Optional)
Type: SystemActionTInfo
Optional initializer to set additional properties to the object

Return Value

Type: TInfo
See Also