System.Windows.Forms
1.0.5000.0
2.0.0.0
System.MarshalByRefObject
System.Collections.ICollection
The class is not intended for use by application developers. Application developers should use instead.
The class implements the interface.
Classes that derive from the class include:
-
-
-
Provides the base functionality for creating data-related collections in the namespace.
Constructor
To be added.
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added.
Copies all the elements of the current one-dimensional to the specified one-dimensional starting at the specified destination index.
The one-dimensional that is the destination of the elements copied from the current Array.
The zero-based relative index in at which copying begins.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)
System.ComponentModel.Browsable(false)
System.Int32
To be added.
To be added.
Gets the total number of elements in the collection.
1.0.5000.0
2.0.0.0
Method
System.Collections.IEnumerator
To be added.
Gets the object that enables iterating through the members of the collection.
An object that implements the interface.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)
System.ComponentModel.Browsable(false)
System.Boolean
To be added.
The collections that derive from the class are always writable, which is why this property always returns false.
Gets a value indicating whether the collection is read-only.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)
System.ComponentModel.Browsable(false)
System.Boolean
To be added.
If a collection is thread safe, the property returns true, and the programmer does not have to do anything to keep the collection thread safe.
If, as is the case with the , the property returns false, then the property returns an object that can be used with the C# lock keyword. Use the static and methods of the class to manually lock and unlock the synchronization object.
Gets a value indicating whether access to the is synchronized.
1.0.5000.0
2.0.0.0
Property
System.Collections.ArrayList
To be added.
To be added.
Gets the list of elements contained in the instance.
1.0.5000.0
2.0.0.0
Property
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)
System.ComponentModel.Browsable(false)
System.Object
To be added.
If, as is the case with the , the property returns false, then the property returns an object that can be used with the C# lock keyword.
Gets an object that can be used to synchronize access to the .
1.0.5000.0
2.0.0.0