Finds all the methods with the specified name.
[Visual Basic] Overloads Function FindMethods( _ ByVal name As String _ ) As ICodeMethod () [C#] ICodeMethod[] FindMethods( string name ); [C++] ICodeMethod* FindMethods( String* name ) [] = 0; [JScript] function FindMethods( name : String ) : ICodeMethod[];
An array of type ICodeMethod representing the methods in the class matching the specified parameters. If no matching method is found, a null reference (in Visual Basic Nothing) is returned.
ICodeClass Interface | ICodeClass Members | System.ComponentModel.Design.CodeModel Namespace | ICodeClass.FindMethods Overload List