System.ComponentModel.ComponentCollection public class ComponentCollection : ReadOnlyCollectionBase Documentation public virtual IComponent this[int index] { get; } public virtual IComponent this[string name] { get; } public ComponentCollection(IComponent[] components) public void CopyTo(IComponent[] array, int index)