c#自带的类定义体放在哪里呢?

比如Array的类只有声明,却找不到定义体,ArrayusingSystem.Collections;usingSystem.Collections.Generic;us... 比如Array的类只有声明,却找不到定义体,Array
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Runtime.ConstrainedExecution;
using System.Runtime.InteropServices;

namespace System
{
[Serializable]
[ComVisible(true)]
public abstract class Array : ICloneable, IList, ICollection, IEnumerable
{
public bool IsFixedSize { get; }
public bool IsReadOnly { get; }
public bool IsSynchronized { get; }
......
}
展开
 我来答 举报
baimingda
2010-08-27 · 超过28用户采纳过TA的回答
知道答主
回答量:65
采纳率:0%
帮助的人:76.7万
展开全部
微软做的,微软的东西不喜欢开源,你只能猜测里面的实现了。网上也有部分framework的源代码,你可以去下载研究下。
本回答被提问者采纳
1 已赞过 已踩过<
你对这个回答的评价是?
评论 举报 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式