具有输出参数的 Microsoft Moles 通用方法
您好,我正在尝试从一个公共 SettingsManager 类中找出这个函数,
public static bool GetSetting<T>(Application application, int instanceId, out T Setting) where T : ICacheSetting, new()
到目前为止我已经得到了
MSettingsManager.GetSettingApplicationInt32TOut<ApplicationSettings>()
这个函数,但是这个函数的参数要求一个 OutFuncmol:void
并且我不知道该放什么在那里。任何帮助将不胜感激
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) 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论