Compare commits
2 Commits
d8c6f40442
...
883236e581
Author | SHA1 | Date | |
---|---|---|---|
883236e581 | |||
39561ef837 |
@ -20,7 +20,7 @@ bool result = jsonDB.Add(new T());
|
|||||||
IEnumerable<T> allItems = jsonDB.GetValues();
|
IEnumerable<T> allItems = jsonDB.GetValues();
|
||||||
|
|
||||||
// DBから特定のアイテムを取得します。
|
// DBから特定のアイテムを取得します。
|
||||||
IEnumerable<T> filteredItems = jsonDB.GetValues((T) => true):
|
IEnumerable<T> filteredItems = jsonDB.GetValues((T) => true);
|
||||||
|
|
||||||
// ファイルに書き込む
|
// ファイルに書き込む
|
||||||
jsonDB.Commit();
|
jsonDB.Commit();
|
||||||
|
Loading…
Reference in New Issue
Block a user