com.kumakore.sample.NotificationPackage.setstring C# (CSharp) Method

setstring() public method

public setstring ( string key, string value ) : void
key string
value string
return void
        public void setstring(string key, string value)
        {
            _map[key] = value;
        }