摘要:
Newtonsoft.Json.xml <member name="M:Newtonsoft.Json.JsonConvert.SerializeObject(System.Object)"> <summary> Serializes the specified object to a JSON s 阅读全文
摘要:
Copy from https://dotnettutorials.net/lesson/abstract-factory-design-pattern-csharp/ “A factory is an object used for creating other objects. In techn 阅读全文
摘要:
using System; using System.IO; using System.Runtime.CompilerServices; namespace ConsoleApp16 { internal class Program { static void Main(string[] args 阅读全文