Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
0 people like it. Like the snippet!
1: 2: 3: 4: 5: 6: 7:
type IFoobar = member ConvertToBar : string -> unit type MyFoobar () = let converter = fun s -> () interface IFoobar with member this.ConvertToBar = converter