摘要:
https://stackoverflow.com/questions/9271805/net-module-vs-assembly In .net the difference between an assembly and module is that a module does not con 阅读全文
摘要:
什么是枚举 the action of mentioning a number of things one by one 枚举的意思就是一个接一个提及一系列事物。 其中,这些事物需要有名字,才能被提及。以及需要有唯一标识该事物的方法。 形式一:Enum类 官方的枚举类型是最常用的枚举。每个枚举会生成 阅读全文
摘要:
stackalloc 官方文档 https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/stackalloc A stackalloc expression allocates a block of m 阅读全文