System.Data.WebStorage.Storage.SetItem C# (CSharp) Method

SetItem() public method

public SetItem ( string key, string value ) : void
key string
value string
return void
        public void SetItem(string key, string value)
        {
        }