1 Star 0 Fork 14

数管2241/nilnul._data_._LIB_.

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Seq.cs 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
WANG,Youtian 提交于 2022-10-13 22:58 . buildable for 4.8
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace nilnul.data
{
/*
Data sequences can take many forms, such as a stream of data from a file or web service, web services requests, system notifications, or a series of events such as user input.
(https://docs.microsoft.com/en-us/previous-versions/dotnet/reactive-extensions/hh242985(v=vs.103))
*/
/// <summary>
/// used in communication. see nilnul.comm
/// </summary>
class Seq
{
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/data-tube-2241_enterprise/nilnul._data_._LIB_.git
git@gitee.com:data-tube-2241_enterprise/nilnul._data_._LIB_.git
data-tube-2241_enterprise
nilnul._data_._LIB_
nilnul._data_._LIB_.
nilnul-pub

搜索帮助