Click or drag to resize

ClassTypeFilterRemove Method

Removes the first occurrence of a specific object from this collection.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public bool Remove(
	ClassType item
)

Parameters

item
Type: Cobra.Model.WebServiceClassType
The object to remove from this collection.

Return Value

Type: Boolean
true if item was successfully removed from this collection; otherwise, false. This method also returns false if item is not found in the original collection.

Implements

ICollectionTRemove(T)
See Also