CustomFunctionCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count |
Gets the number of elements contained in the ICollection |
Is |
Gets a value indicating whether the ICollection |
Item[String] | Gets a function by its invariant name. |
#Methods
Name | Description |
---|---|
Add |
Adds an item to the ICollection |
Clear() |
Removes all items from the ICollection |
Contains |
Determines whether the ICollection |
Contains |
Determines whether the collection contains the specified function. |
Copy |
Copies the elements of the ICollection |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Remove |
Removes the first occurrence of a specific object from the ICollection |
Remove |
Removes the specified function from the collection. |
See Also