set_uint32


Description:

public bool set_uint32 (string key, uint32 value)

Sets or replaces a uint32 value in the dictionary.

Parameters:

this

instance of Dictionary

key

key to set

value

value to set

Returns:

true if the value was set or replaced successfully, false otherwise.