CompareConstraint
F# コードでXMLUnit.NET クラスをサブクラス化したいと考えています。
ただし、そのクラスにはプライベート コンストラクターが 1 つしかありません。継承しようとすると、次のコンパイル エラーが発生します。
This 'inherit' declaration specifies the inherited type but no arguments. Consider supplying arguments, e.g. 'inherit BaseType(args)'.
F# でパブリック コンストラクターを使用せずにクラスを継承する方法はありますか?