Remove the specified key.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Erase(
	string key,
	bool freeValue
)
Public Function Erase ( _
	key As String, _
	freeValue As Boolean _
) As Boolean
public:
bool Erase(
	String^ key, 
	bool freeValue
)

Parameters

key
String
A key in this dictionary
freeValue
Boolean
If True the value is deallocated

Return Value

True if the key exists

See Also