gpt4 book ai didi

c# - 为什么 C# 数组没有 Count 属性?

转载 作者:太空狗 更新时间:2023-10-29 17:29:51 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
count vs length vs size in a collection

真的很奇怪:

C# 数组如下所示

double[] test = new double[1];

支持Length属性获取数组的大小。但是数组也实现了一个 IList 接口(interface):

IList<double> list = test;

但是,IList 接口(interface)还提供了一个 Count 属性。为什么数组(在本例中为“测试”)没有?

编辑:感谢所有指出实际上是 ICollection 接口(interface)(而不是 IList)提供 Count 属性的人,而且这是由于接口(interface)的显式实现.

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com