set_int64


Description:

public bool set_int64 (string key, int64 value)

Sets or replaces a int64 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.