gpt4 book ai didi

c# - 在 C# 类中实例化泛型类型

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

<分区>

非常基本的 C# 问题,

class Data<T>
{
T obj;

public Data()
{
// Allocate to obj from T here
// Some Activator.CreateInstance() method ?
obj = ???
}
}

我该怎么做?

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