FShaper
FShaper copied to clipboard
Protected methods
F# does not support protected methods.
A simple solution is to covert each a protected method to private.
Is this good enough?