Is there TryResolve in Unity?

前端 未结 6 538
独厮守ぢ
独厮守ぢ 2020-12-11 01:42

How can I make Unity not to throw ResolutionFailedException if Resolve fails?

Is there something like TryResolve<

6条回答
  •  再見小時候
    2020-12-11 02:07

    In Prism Unity 5, they have come up with the TryResolve function that has been included in the namespace Microsoft.Practices.Prism.UnityExtensions.

    Please go through this link https://msdn.microsoft.com/en-us/library/gg419013(v=pandp.50).aspx for reference.

提交回复
热议问题