Using ReadOnlyList<T> you can create any list that would be only ReadOnly and you can not add and update elements in it.
Share this post
πΉπππ πΆππππ³πππ<π»> πππ β¦
Share this post
Using ReadOnlyList<T> you can create any list that would be only ReadOnly and you can not add and update elements in it.