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