Click or drag to resize

BCSCollection<T>.Remove Method (String)

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: 4.0.0.0 (4.0.96.0)
Syntax
public void Remove(
	string key
)

Parameters

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