Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​ComponentModel.​ComponentCollection
Assembly: System.ComponentModel.Primitives
Inheritance: object → Collections.​ReadOnlyCollectionBase → ComponentCollection
Implemented Interfaces
- Collections.​ICollection (Inherits: IEnumerable) Implemented by: ReadOnlyCollectionBase
Provides a read-only container for a collection of <see cref="T:System.ComponentModel.IComponent" /> objects.
Properties
public
IComponent
Item
public
IComponent
Item
public
int
Count
protected
Collections.​ArrayList
InnerList
Methods
public
void
CopyTo​(IComponent[] array,
int index)
Copies the entire collection to an array, starting writing at the specified array index.
array
An <see cref="T:System.ComponentModel.IComponent" /> array to copy the objects in the collection to.
index
The index of the <paramref name="array" /> at which copying to should begin.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object