Exemplo n.º 1
0
 public bool Publishes <T>()
 {
     return(Published.Any(x => x.DotNetType == typeof(T)));
 }