using System.Linq; ... var ss = FindObjectsOfType().OfType(); foreach (IStats s in ss) { enemies.Add (s); }