摘要: 例子:对应 https://www.cnblogs.com/Zingu/p/16256988.html enum Color { Yellow, Red, Green } enum Size { Small, Medium, Large, Yuge } class Product { public 阅读全文
posted @ 2022-05-14 17:29 后跳 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 复合模式 神经元和神经元组 public static class ExtensitionNeural { //public static void ShowNeuralsIn(this Neural l, int dent) //{ // Console.WriteLine($"{new stri 阅读全文
posted @ 2022-05-14 16:06 后跳 阅读(58) 评论(0) 推荐(0) 编辑
摘要: class GraphicObject { public virtual string GroupName { get; set; }= "Group"; public string Color; private Lazy<List<GraphicObject>> graphicObjects = 阅读全文
posted @ 2022-05-14 13:08 后跳 阅读(55) 评论(0) 推荐(0) 编辑