예제 #1
0
 public static Named <TConfig, int> CountsInvocations <TConfig>(this Named <TConfig, int> named)
     where TConfig : class
 {
     named.CountsInvocations();
     return(named);
 }