type InterfaceA =

    abstract MethodA : unit

type interfaceB =

    inherit InterfaceA

    abstract MethodB : unit

By on 6/9/2010 1:34 PM ()

type InterfaceA = abstract MethodA : unit type interfaceB = inherit InterfaceA abstract MethodB : unit

Aside: note that this creates properties; methods would have type

abstract MethodA : unit -> unit

By on 6/9/2010 2:10 PM ()

Oh, thank you

By on 6/9/2010 1:39 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper