lock property

ISet<T> lock

Locks the set, returning an immutable set (ISet).

Implementation

ISet<T> get lock => ISet<T>(this);