March 2003
Intermediate to advanced
896 pages
32h 35m
English
ComponentCollection
This class encapsulates the collection of
Component objects owned by the
Container. Note that while this collection is
read-only, you add components to the Container
using the IContainer.Add() method.
public class ComponentCollection : ReadOnlyCollectionBase { // Public Constructors public ComponentCollection(IComponent[] components); // Public Instance Properties public virtual IComponent this{get; } public virtual IComponent this{get; } // Public Instance Methods public void CopyTo(IComponent[] array, int index); }
System.Object
→ System.Collections.ReadOnlyCollectionBase(System.Collections.ICollectio,
System.Collections.IEnumerable)
→ ComponentCollection
Container.Components,
IContainer.Components
Read now
Unlock full access