willsam100 / FShaper

FShaper - a tool to make the process of converting C# to F# much easier
MIT License
44 stars 11 forks source link

Protected methods #3

Open willsam100 opened 5 years ago

willsam100 commented 5 years ago

F# does not support protected methods.

A simple solution is to covert each a protected method to private.

Is this good enough?