unlock property

List<T> unlock

Unlocks the list, returning a regular (mutable, growable) List. This list is "safe", in the sense that is independent from the original IList.

Implementation

List<T> get unlock => _l.unlock;