GOA - System.ComponentModel.ComponentCollection

ComponentCollection Class


Specifies a collection of Component objects in the Container.

Definition

public class ComponentCollection: ReadOnlyCollectionBase

Members Table

MethodDescription
ComponentCollectionInitializes a new instance of ComponentCollection.
CopyToCopies the entire collection to an array, starting at the specified index.
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
GetEnumeratorReturns an enumerator that can iterate through the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase)
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
System.Collections.ICollection.CopyToCopies the elements of the ReadOnlyCollectionBase to an Array, starting at a particular Array index. (Inherited from ReadOnlyCollectionBase)
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Overloaded. Gets a specific Component in the Container.
PropertyDescription
CountGets the number of elements contained in the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase)
InnerListGets the list of elements contained in the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the ReadOnlyCollectionBase is synchronized. (Inherited from ReadOnlyCollectionBase)
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the ReadOnlyCollectionBase. (Inherited from ReadOnlyCollectionBase)

Inheritance Hierarchy

Object
ReadOnlyCollectionBase
ComponentCollection

Class Information

NamespaceSystem.ComponentModel
Flash LibrarySystem.scl
Flash Library Version2.0.0.1308
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.