Can a static member be overloaded?

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-05-13T19:10:23Z Indexed on 2010/05/13 19:14 UTC
Read the original article Hit count: 125

Filed under:
type A() =
    static member B() = ()
    static member B(x) = B() //ERROR: The value or constructor 'B' is not defined

© Stack Overflow or respective owner

Related posts about F#