Finds all methods declared in this class.
[Visual Basic] Function FindAllMethods() As ICodeMethod () [C#] ICodeMethod[] FindAllMethods(); [C++] ICodeMethod* FindAllMethods() [] = 0; [JScript] function FindAllMethods() : ICodeMethod[];
An array of type ICodeMethod representing all of the methods in the class. If no methods are found, a null reference (in Visual Basic Nothing) is returned.
ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace