tgourley/csharp-lazy-load-property
When I have one property that is a JSON string, I want to have a dictionary property that only gets instantiated upon first access (lazy load) of that dictionary.
C#
No issues in this repository yet.
When I have one property that is a JSON string, I want to have a dictionary property that only gets instantiated upon first access (lazy load) of that dictionary.
C#
No issues in this repository yet.