SymbolAttributeValueCollection.Remove Method
Removes the first occurrence of the specified object from the collection.
Thread safety: This property is not thread-safe.
Remove(SymbolAttributeValue item)
Removes the first occurrence of the specified object from the collection.Syntax
public System.Boolean Remove (
SymbolAttributeValue item
)
Parameters
item
Type: SymbolAttributeValue
The object to remove from the collection.
The object to remove from the collection.
Return Value
Type: System.Boolean
True if item is successfully removed; otherwise, False.
True if item is successfully removed; otherwise, False.
Platforms
Windows, Linux, Android