class ComponentCollection
in global :: System . ComponentModel
Provides a read-only container for a collection of objects.
public ComponentCollection( IComponent[] components )
Initializes a new instance of the class using the specified array of components.
componentsAn array of objects to initialize the collection with.
public void CopyTo( IComponent[] array, int index )
Copies the entire collection to an array, starting writing at the specified array index.
arrayAn array to copy the objects in the collection to.indexThe index of the at which copying to should begin.
public IComponent Item { get; }
😔 No documentation found.
public IComponent Item { get; }
😔 No documentation found.
public int Count { get; }
😔 No documentation found.
public IEnumerator GetEnumerator( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.