摘要:
MailKit帮助类 https://github.com/jstedfast/MailKit https://github.com/jstedfast/MimeKit https://www.cnblogs.com/pengze0902/p/6562447.html public class Em 阅读全文
摘要:
范型中注意要用default返回默认值。 范型约束where可以约束指定泛型类型是某种类或某种结构体,只能指定默认构造函数的约束不能指定其它形式的构造函数的约束,接口不能指定操作符重载。 where T:struct T是值类型 where T:class T是引用类型 where T:IFoo T 阅读全文