Parses a single no-arg method invoke of any name
[Visual Basic] Protected Sub ParseMethodInvoke( _ ByVal target() As String, _ ByVal methodName As String _ ) [C#] protected void ParseMethodInvoke( string[] target, string methodName ); [C++] protected: void ParseMethodInvoke( String* target[], String* methodName ); [JScript] protected function ParseMethodInvoke( target : String[], methodName : String );
ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace