CookieHelper RemoveData Method A Sandcastle Documented Class Library
Helper method that properly removes key, value pairs from a Dictionary.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void RemoveData(
	Dictionary<Object, Object> dict,
	Object key
)

Parameters

dict
Type: System.Collections.Generic Dictionary Object, Object 
key
Type: System Object
See Also