DoubleCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Double |
Initializes a new instance of the Double |
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the DXCollection |
Count |
Gets the number of elements contained in the DXCollection |
Is |
Gets whether the collection has been locked for updating.
Inherited from Notification |
Item[Int32] |
Provides indexed access to individual items in the collection.
Inherited from DXCollection |
Uniqueness |
Gets or sets the type of an object, which provides uniqueness for the current DXCollection |
#Methods
Name | Description |
---|---|
Add |
Adds the specified object to the collection.
Inherited from DXCollection |
Add |
Adds a collection of objects to the end of the current collection.
Inherited from Notification |
Begin |
Locks the Notification |
Cancel |
Unlocks the Notification |
Clear() |
Removes all objects from the DXCollection |
Contains |
Determines whether the collection contains the specified item.
Inherited from DXCollection |
Copy |
Copies all the elements from the DXCollection |
End |
Unlocks the Notification |
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. |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollection |
For |
Performs the specified action on each element of the DXCollection |
Get |
Returns an enumerator that iterates through the DXCollection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified element in the collection.
Inherited from DXCollection |
Insert |
Inserts the specified element into the collection at the specified position.
Inherited from DXCollection |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified element from the collection.
Inherited from DXCollection |
Remove |
Removes the element at the specified index of the DXCollection |
Sort |
Sorts the elements in the entire DXCollection |
To |
Copies the DXCollection |
To |
Returns the textual representation of the Double |
#Events
Name | Description |
---|---|
Collection |
Occurs when the collection is changed.
Inherited from Notification |
Collection |
This event occurs when the collection is about to change.
Inherited from Notification |
See Also