Removes an object from the collection using its key

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void RemoveKey(
	string key
)
Visual Basic
Public Sub RemoveKey ( _
	key As String _
)
JScript
public function RemoveKey(
	key : String
)

Parameters

key
Type: System..::..String

See Also