From: Choy R. <ch...@us...> - 2005-05-11 05:42:41
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock/Dynamic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4872/DotNetMock/Dynamic Modified Files: MethodCall.cs Log Message: Error in comment - I meant OR. Index: MethodCall.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/Dynamic/MethodCall.cs,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MethodCall.cs 11 May 2005 04:08:32 -0000 1.5 --- MethodCall.cs 11 May 2005 05:42:24 -0000 1.6 *************** *** 66,70 **** } /// <summary> ! /// Are we accessing a property of calling a typical method? /// </summary> public bool IsPropertyAccess --- 66,70 ---- } /// <summary> ! /// Are we accessing a property or calling a typical method? /// </summary> public bool IsPropertyAccess |