static IContentsIndexedList toContentsIndexedList(Cl l) { if (l == null) ret new ContentsIndexedList; if (l cast IContentsIndexedList) ret l; ret ContentsIndexedList(l); }