我有一个方法签名
bool TryGetItem(string itemKey,out Item item)
我如何封装这个签名
delegate V Func<T,U,V>(T input, out U output)
如在帖子中:Func <T>没有参数?
delegates func c#-4.0
c#-4.0 ×1
delegates ×1
func ×1