 | AttributeTableRemoveValue Method |
Removes the passed key from this attribute table.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic virtual bool RemoveValue(
Object key
)
Public Overridable Function RemoveValue (
key As Object
) As Boolean
public:
virtual bool RemoveValue(
Object^ key
)
abstract RemoveValue :
key : Object -> bool
override RemoveValue :
key : Object -> bool
Parameters
- key
- Type: SystemObject
Key to remove.
Return Value
Type:
Booleantrue, if the key has been removed, and
false otherwise.
Implements
IAttributeTableRemoveValue(Object)
See Also