Click or drag to resize

SettingsObjectInit Method

Called immediately after this object is created as new or when reinitialization is needed before deserialization.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual void Init(
	ICTExtension parent
)

Parameters

parent
Type: ICTExtension
Parent Extension
See Also