| BCSCollectionTRemove Method (String) |
Removes the element with the specified key of the collection.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void Remove(
string key
)
Public Sub Remove (
key As String
)
public:
void Remove(
String^ key
)
member Remove :
key : string -> unit
Parameters
- key
- Type: SystemString
The key of the element to remove.
See Also