我正在尝试用这个教程的https://www.youtube.com/watch?v=egq26JwyJkc (11:47)做一个机器人,用同样的代码我得到了这个错误 The type arguments for method 'CommandService.AddModuleAsync<T>(IServiceProvider)' cannot be inferred from the usage.这是我的代码 using D
错误发生在以下代码中: foreach (var package in packages) var result = Client.Index(package); <--The type arguments for method 'ElasticClient.Index<T>(IIndexRequest<T>)' cannot be inferredConsole.Read();
Environmen
这是我的代码,我正在尝试找出这行代码的问题所在。.AddComponent()实例=新的游戏实例(“GameObject”);
下面是我得到的错误:The type arguments for method 'UnityEngine.GameObject.AddComponent<T>()' cannot be inferred from the usage.
我不确定这是与Grasshopper内核有关,还是我没有正确地编写DataAccess.GetDataList()方法。希望你能帮上忙。The type arguments for method 'Grasshopper.Kernel.IGH_DataAccess.GetDataList<T>(int, System.Collections.Generic.List<T>)' cannot be inferred from the usage.