gpt4 book ai didi

c# - 方法签名

转载 作者:行者123 更新时间:2023-11-30 21:00:28 26 4
gpt4 key购买 nike

<分区>

例如:

public abstract class A
{}

public class B : A
{}

public class C
{
public static void DoSth(List<A> a)
{
}
}

Main
{
List<B> muchB = new List<B>;

C.DoSth(muchB); //Here Compiler tell me that List<B> isnt possible.
}

有人可以告诉我为什么这不可能吗?或者我可以做些什么来实现它?

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