ExtenderTInitialize Method |
Allows the extender to attach a behavior to the specified instance.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax protected abstract void Initialize(
T instance
)
Parameters
- instance
- Type: T
The instance to attach a behavior to.
See Also