Removes the element with the specified key of the collection.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public void Remove(
	string key
)
Visual Basic
Public Sub Remove ( _
	key As String _
)
Visual C++
public:
void Remove(
	String^ key
)

Parameters

key
Type: System..::..String
The key of the element to remove.

See Also