How can i provide return value according by followed sample? I want to use this function like this MyMethod(model=> model.Id)
public T MyMethod(Func<T> item)
{
return ??
}
How can i provide return value according by followed sample? I want to use this function like this MyMethod(model=> model.Id)
public T MyMethod(Func<T> item)
{
return ??
}