gpt4 book ai didi

C# : instantiate a List, 给出了对类型的引用

转载 作者:太空狗 更新时间:2023-10-30 00:09:25 25 4
gpt4 key购买 nike

<分区>

假设在 C# 中,myType是对一些 Type 的引用.使用 myType只是,是否可以创建一个 List myType 的对象?

比如下面的代码,虽然是错误的,但是我想通过

实例化

new List <code><</code>myType<code>></code> ( ) .

using System ;
using System.Reflection ;
using System.Collections.Generic ;

class MyClass
{
}

class MainClass
{

public static void Main ( string [] args )
{

Type myType = typeof ( MyClass ) ;

List < myType > myList = new List < myType > ( ) ;

}

}

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