标签: f# c#-to-f#
这是我迄今为止编写的F#代码。如果我在
stock<-stock[!stock$col1 %in% vec[,1],]
我最终得到错误......不确定如何继承ILogger接口并在抽象类中创建可覆盖/虚方法。
type LoggerBase() = interface ILogger with // rest of code here ...