Finds the initialization method for this class.
[Visual Basic] Overridable Protected Function FindInitMethod() As ICodeMethod [C#] protected virtual ICodeMethod FindInitMethod(); [C++] protected: virtual ICodeMethod* FindInitMethod(); [JScript] protected function FindInitMethod() : ICodeMethod;
Notes to Implementers: This can be overridden to return any method that they want to be treated as the "init" method.
ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace