我是F#课程的新手。我认为这是显而易见的,但我担心我已经脑死亡了。如何将此C#代码转换为F#类?C#代码: public class MyStroke : System.Windows.Ink.Stroke public static Guid strokeGUID =stroke.StylusPoints, penName, drawingAttributes);
我在F#中寻找一种方法,从域类模型构建xml-tree-structrue。问题是,不能只是简单地将domain-tree 1:1转换为XML,但是有时您必须做一些小小的修改,例如: "If Type(Element) = B then nest B into ABC-Element"
目前,我正在<