c#中using导入的命名空间
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Collections;...
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;在以上代码中有几点不明白的,恳请大家帮忙解答O(∩_∩)O~1 using System.Collections.Generic;和using System.Collections;的区别?2 using system .text的作用3 using System;这里的system指的是什么? 展开
using System.Collections.Generic;
using System.Text;
using System.Collections;在以上代码中有几点不明白的,恳请大家帮忙解答O(∩_∩)O~1 using System.Collections.Generic;和using System.Collections;的区别?2 using system .text的作用3 using System;这里的system指的是什么? 展开
3个回答
推荐于2018-04-26
展开全部
1 using System.Collections.Generic;和using System.Collections;的区别?第一个是引用using System.Collections下面的Generic类,如果Generic类下面有A类型 B类型的话 你直接输入A或者B就是默认是Generic下面的。如果你只引用了using System.Collections;却想用Generic下面的A或B的话,只能多输入一下Generic.A或Generic.B2 using system .text的作用它引用的text的命名空间里面的所有类,比如正则表达式和StringBuild等等,如果你不引用它,你要是用正则的话,只能在手动输入system .text.正则类 等等。3 using System;这里的system指的是什么?System是个基类,上面的Collections、Text类,都是包含在System类里面的。
2014-01-23
展开全部
1 using System.Collections.Generic;和using System.Collections;的区别假如:using System.Collections.Generic里面的方法有个是A的话!那么你只引用using System.Collections的话,你的打不出方法A了!这就表示每个命名空间里面都有特定是方法。2.using system .text的作用简单的说:它是操作字符串的类,就如上面的高手说的一样。3 using System;这里的system指的是什么这是微软.netformwork集成的。里面封装了所有你要引用的命名空间。这个类是基类。是所有的父类。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-01-23
展开全部
2楼解释的已经相当详细了,其实你不用刻意去弄懂哪些,因为那是工具你在编程的过程中自然而然就懂了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询