protected class LCol:ArrayList{ public new Col this[int index] { get { return base[index] as Col; } set { base[index] = value; } }}