System.Windows.Forms
2.0.0.0
System.Object
System.Collections.IList
The class represents a collection of objects arranged on a design surface or inside a parent .
There are no publicly defined constructors in because it is designed to be used only internally within the dnprdnshort. However, classes derived from , such as , are available to the developer.
Represents a collection of objects.
Method
System.Void
The type of the specified array must be compatible with the source collection.
This method uses the method to copy the elements.
Copies the entire contents of this collection to a compatible one-dimensional , starting at the specified index of the target array.
The one-dimensional that is the destination of the elements copied from the current collection. The array must have zero-based indexing.
The zero-based index in at which copying begins.
2.0.0.0
Property
System.Int32
To be added.
When required, the capacity of the collection will dynamically increase to accept more elements.
Gets the number of elements in the collection.
2.0.0.0
Method
System.Boolean
To be added.
Determines whether two instances are equal.
true if the specified is equal to the current ; otherwise, false.
The to compare with the current .
2.0.0.0
Method
System.Collections.IEnumerator
Typically the enumerator does not have exclusive access to the collection; therefore, enumerating through a collection is intrinsically not a thread-safe procedure. Even when a collection is synchronized, other threads could still modify the collection, which causes the enumerator to throw an exception. To guarantee thread safety during enumeration, you can follow one of the following strategies:
-
Lock the collection during the entire enumeration using a .
-
Catch and handle the exceptions that result from changes made by other threads.
Returns an enumerator for the entire collection.
An for the entire collection.
2.0.0.0
Method
System.Int32
To be added.
Returns the hash code for this instance.
A hash code for the current .
2.0.0.0
Property
System.Boolean
To be added.
A read-only collection does not allow the addition, removal, or modification of elements after the collection is created.
A read-only collection is simply a collection with a wrapper that prevents modifying the collection. If changes are made to the underlying collection, the read-only collection reflects those changes.
Gets a value indicating whether the collection is read-only.
2.0.0.0
Property
2.0.0.0
System.Boolean
To be added.
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the property.
Property
2.0.0.0
System.Object
To be added.
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the property.
Method
2.0.0.0
System.Int32
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the method.
The position into which the new element was inserted.
The to add to the .
Method
2.0.0.0
System.Void
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the method.
Method
2.0.0.0
System.Boolean
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the method.
true if the is found in the ; otherwise, false.
The to locate in the .
Method
2.0.0.0
System.Int32
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the method.
The index of if found in the list; otherwise, -1.
The to locate in the .
Method
2.0.0.0
System.Void
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the method.
The zero-based index at which should be inserted.
The to insert into the .
Property
2.0.0.0
System.Boolean
To be added.
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the property.
Property
2.0.0.0
System.Object
To be added.
To be added.
To be added.
To be added.
Method
2.0.0.0
System.Void
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the method.
The to remove from the .
Method
2.0.0.0
System.Void
This method is an explicit interface member implementation. It can be used only when the instance is cast to an interface.
For a description of this member, see the method.
The zero-based index of the item to remove.