Exemple #1
0
 /// <summary>
 ///     See <see cref="SatisfiedSyntax" />
 /// </summary>
 public IsSatisfied <ICacheKey> ForDeepDerived <TCacheKey>()
     where TCacheKey : class, ICacheKey
 {
     return(SatisfiedSyntax.ForDeepDerived <ICacheKey, TCacheKey>());
 }
 /// <summary>
 ///     See <see cref="SatisfiedSyntax" />
 /// </summary>
 public static IsSatisfied <Exception> ForDeepDerived <TException>()
     where TException : Exception
 {
     return(SatisfiedSyntax.ForDeepDerived <Exception, TException>());
 }