Exemple #1
0
 public virtual IEnumerable <T> FindAttributes <T>() where T : class
 {
     return(_wrapped.FindAttributes <T>());
 }