[]
        
(Showing Draft Content)

C1.Win.Input.TagCollection.Remove

Remove Method

Remove(object)

Removes the first occurrence of a specified item from the collection.

Declaration
public void Remove(object value)
Parameters
Type Name Description
object value

The specified item.

Implements