BarDockWindowCollection Methods
Represents the collection of BarDockWindow objects.
Name | Description |
---|---|
Adapter |
Creates an Array |
Add |
Adds an object to the end of the Array |
Add |
Adds the elements of an ICollection to the end of the Array |
Binary |
Searches a range of elements in the sorted Array |
Binary |
Searches the entire sorted Array |
Binary |
Searches the entire sorted Array |
Clear() |
Removes all elements from the Array |
Clone() |
Creates a shallow copy of the Array |
Contains |
Determines whether an element is in the Array |
Copy |
Copies the entire Array |
Copy |
Copies the entire Array |
Copy |
Copies a range of elements from the Array |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Fixed |
Returns an Array |
Fixed |
Returns an IList wrapper with a fixed size.
Inherited from Array |
Get |
Returns an enumerator for the entire Array |
Get |
Returns an enumerator for a range of elements in the Array |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns an Array |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the Array |
Index |
Searches for the specified Object and returns the zero-based index of the first occurrence within the range of elements in the Array |
Index |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Array |
Insert |
Inserts an element into the Array |
Insert |
Inserts the elements of a collection into the Array |
Last |
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the Array |
Last |
Searches for the specified Object and returns the zero-based index of the last occurrence within the range of elements in the Array |
Last |
Searches for the specified Object and returns the zero-based index of the last occurrence within the entire Array |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Read |
Returns a read-only Array |
Read |
Returns a read-only IList wrapper.
Inherited from Array |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the first occurrence of a specific object from the Array |
Remove |
Removes the element at the specified index of the Array |
Remove |
Removes a range of elements from the Array |
Repeat |
Returns an Array |
Reverse() |
Reverses the order of the elements in the entire Array |
Reverse |
Reverses the order of the elements in the specified range.
Inherited from Array |
Set |
Copies the elements of a collection over a range of elements in the Array |
Sort() |
Sorts the elements in the entire Array |
Sort |
Sorts the elements in the entire Array |
Sort |
Sorts the elements in a range of elements in Array |
Synchronized |
Returns an Array |
Synchronized |
Returns an IList wrapper that is synchronized (thread safe).
Inherited from Array |
To |
Copies the elements of the Array |
To |
Copies the elements of the Array |
To |
Returns a string that represents the current object. Inherited from Object. |
Trim |
Sets the capacity to the actual number of elements in the Array |
See Also