public void TestResize_ReadOnly() { IReadOnlySublist<StringAdapter, char> sublist = new Substring("Hello"); sublist.Resize(sublist.Count, true); }