/[dgee]/dgee/cslib/DotGNU/XmlRpc/XmlRpcMethod.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/XmlRpc/XmlRpcMethod.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.4 by npg, Thu Aug 21 08:18:49 2003 UTC revision 1.1.2.5 by csmith, Wed Aug 27 00:02:59 2003 UTC
# Line 57  namespace DotGNU.XmlRpc Line 57  namespace DotGNU.XmlRpc
57      }      }
58            
59    
60      public Type[] Types      //public Type[] Types
61      {      //{
62              get {              //get {
63                      ArrayList l = new ArrayList();                      //ArrayList l = new ArrayList();
64                      foreach( object obj in this) {                      //foreach( object obj in this) {
65                              l.add( obj.GetType() );                              //l.add( obj.GetType() );
66                      return l.ToArray();                      //}
67                      }                      //return l.ToArray();
68              }              //}
69      }      //}
70            
71      public override string ToString()      public override string ToString()
72      {      {

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26