public ChannelCollectionPropertyDescriptor(ChannelCollection coll, int idx) : base("#" + idx.ToString(), null) { this.collection = coll; this.index = idx; }