Created
September 10, 2014 16:08
-
-
Save derekgreer/1efd7d4e9d206cb2862b to your computer and use it in GitHub Desktop.
NodaDb: A NoSql datastore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class NodaDb<TKey, TValue> : Dictionary<TKey, TValue> | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment