Removes the attribute with the specified name from the collection.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
The name of the attribute to remove.
Return Value
Type:
Boolean if the attribute was removed;
otherwise
.
Implements
IDictionaryTKey, TValueRemove(TKey)
Numerical Libraries
Supported in: 6.0
Reference