/// <summary> /// 基于 .Net 5 /// </summary> namespace CSharp9._0 { public class FooInfo { public int FooId { get; init; } public string FooName { get; Read More
posted @ 2021-01-25 22:03 gygtech Views(384) Comments(0) Diggs(0) Edit
using System; namespace CSharp8._0 { public interface ICustom { public void Show(); public void ShowInfo() { Console.WriteLine("showinfo"); } } public Read More
posted @ 2021-01-25 00:01 gygtech Views(629) Comments(2) Diggs(0) Edit