Hi I am trying to mole out this function from a public SettingsManager class
public static bool GetSetting<T>(Application application, int instanceId, out T Setting)开发者_如何学C where T : ICacheSetting, new()
I've gotten this far
MSettingsManager.GetSettingApplicationInt32TOut<ApplicationSettings>()
but the parameters for this are asking for a OutFunc mole:void
and I'm lost as to what to put in there. Any help would be greatly appreciated
精彩评论