localstorage icon indicating copy to clipboard operation
localstorage copied to clipboard

Add overload for Store/Get specifically for collections

Open hanssens opened this issue 8 years ago • 0 comments

For example:

Store<T>(string key, string collection, T instance);

A similar approach could be handled for the generic Get<T> operation.

hanssens avatar Feb 15 '17 15:02 hanssens