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