CultureAwareDynamicObject..::..Remove Method (String)

Removes the element with the specified key from the [IDictionary{String, Object}].

Namespace:  Tortuga.Anchor.Dynamic
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool Remove(
	string key
)
Public Function Remove ( _
	key As String _
) As Boolean

Parameters

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

Return Value

true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original [IDictionary{String, Object}].