DynamicCollection Methods
A proxy collection that allows you to filter and sort an original collection without its change.
Name | Description |
---|---|
Add |
Adds the specified object to the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
Clear() |
Removes all objects from the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
Contains |
Checks whether the collection contains the specified object. This method is implemented to support the IList interface.
Inherited from Dynamic |
Copy |
Copies the collection to the specified array. This method is implemented to support the ICollection interface.
Inherited from Dynamic |
Dispose() |
Disposes of all resources this Dynamic |
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. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Determines the index of the specified object in the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
Insert |
Inserts the specified object into the collection at the specified position. This method is implemented to support the IList interface.
Inherited from Dynamic |
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. |
Reload() |
Clears the collection. The Fetch |
Remove |
Removes the specified object from the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
Remove |
Removes an object from the specified index in the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also