Create the `Collections` module
Closed this issue · 0 comments
MrDave1999 commented
In this module an interface and class will be created:
IYeSqlCollection
.YeSqlDictionary
.
Conditions:
- Create a read-only indexer.
- The indexer must throw
TagNotFoundException
.
Subtasks:
- Create the
TagModel
as struct.