❔ Question about getter property of list
so, i have some class containg property of type:
right now i'm doing it in followoing way but i'm not sure if it okey
List<string> , how can i thread-safe return this list as some kind of snapshot of current state of list?right now i'm doing it in followoing way but i'm not sure if it okey