CheckCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes a Check object from the CheckCollection collection.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes a Check object with the specified name from the CheckCollection collection. | |
Remove(Check) | Removes a Check object from the CheckCollection collection. |
Top