ElementCollection.Remove

ElementCollection.Remove method

Remove item from collection.

public bool Remove(Element item)
ParameterTypeDescription
itemElementItem to remove.

See Also