摘要:
用于执行高性能的I/O,且代码不复杂 依赖库:System.IO.Pipelines 创建 var pipe = new Pipe(); PipeReader reader = pipe.Reader; PipeWriter writer = pipe.Writer; 基本用法 // 对于socke 阅读全文
摘要:
NDelegate Action/Func 委托 NClass的委托 // NClass使用委托调用方法 var nClass = NClass.DefaultDomain(); nClass .Public() .Namespace("Test") .PublicField<string>("Na 阅读全文