Share via


CheckCollection.Remove Method

Include Protected Members
Include Inherited Members

Removes a Check object from the CheckCollection collection.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Remove(String) Removes a Check object with the specified name from the CheckCollection collection.
Public method Remove(Check) Removes a Check object from the CheckCollection collection.

Top