polymorph methods

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frank Jeseit

    #1

    polymorph methods

    Hi,

    I have two methods, with the same name but different params:

    MyMethod(string )
    MyMethod(string , string, string)

    I can build the service but the call in IE or a client app fails,
    because of the same method name. Isn't it possible to use the same
    methode name multiple?

    TIA, Frank


Working...