标签: f# f#-interactive fody
在我的WPF项目中,我有类似的东西:
open PropertyChanged [<ImplementPropertyChanged>] type Type1 = { mutable Name : string mutable Value : decimal }
,在编译和运行应用程序时它可以正常工作。但是在F#interactive中,我看到&#34; Type1&#34;不是IPropertyChanged的实例。有没有办法解决它?