CookieHelper AddData Method A Sandcastle Documented Class Library
Helper method that properly adds key, value pairs to a Dictionary.

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

public static void AddData(
	Dictionary<Object, Object> dict,
	string key,
	string value
)

Parameters

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