Exemple #1
0
 public static IEnumerable <T> FindAll <T>(this ControlCollection collection) where T : Control
 {
     return(collection.FindAll().OfType <T>());
 }