[]
Adds dictionary entry.
public void AddDictEntry(string name, string value)
Type | Name | Description |
---|---|---|
string | name | The name of the dictionary entry. |
string | value | The value of the dictionary entry. |
Adds dictionary entry.
public void AddDictEntry(string name, long value)
Type | Name | Description |
---|---|---|
string | name | The name of the dictionary entry. |
long | value | The interger value of the dictionary entry. |