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