2 instantiations of ReadOnlyListAdapter
Microsoft.Maui.Controls (2)
ListProxy.cs (2)
41 _collection = new ReadOnlyListAdapter(coll); 45 _list = new ReadOnlyListAdapter((IReadOnlyList<object>)enumerable);