
C#
EvilOctal007
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#遍历数组的三种方式
第一种,使用for语句:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MyConsoleApplication{ class Program { static void Main(string[] args)...原创 2019-07-21 12:27:58 · 17538 阅读 · 0 评论 -
出现如下错误的解决方式:错误 CS0246: 未能找到类型或命名空间名称“WHC”(是否缺少 using 指令或程序集引用?)
在调用类库时,若出现如下错误:可尝试将目标框架修改成与类库的一样的目标框架:再次,编译就会OK。原创 2019-07-21 19:40:02 · 5409 阅读 · 0 评论