I am currently using this code to attempt to dynamically execute a saved Func<object>:

public async Task<object> GetFuncResult(string funcName),c#,delegates,generic-programming"/>
	














首页 > 解决方案 > 获取 Func 的结果 when object is a Task

I am currently using this code to attempt to dynamically execute a saved Func<object>:

public async Task<object> GetFuncResult(string funcName)