CustomFunctionCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Custom |
Initializes a new Custom |
#Properties
Name | Description |
---|---|
Count | Returns the total number of custom functions in the collection. |
Is |
Returns whether the collection is read-only. |
#Methods
Name | Description |
---|---|
Add |
Adds the specified custom function to the collection. |
Add |
Adds the specified custom functions to the collection. |
Clear() | Removes all custom functions from the collection. |
Contains |
Checks whether the specified custom function is in the collection. |
Copy |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target 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. |
Get |
Returns the custom function whose Name is equal to the specified name. |
Get |
Returns an enumerator that iterates through the collection. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
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 custom function from the collection. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also