コード例 #1
0
 public ChannelCollectionPropertyDescriptor(ChannelCollection coll, int idx)
     :
     base("#" + idx.ToString(), null)
 {
     this.collection = coll;
     this.index      = idx;
 }
コード例 #2
0
 public ChannelCollectionPropertyDescriptor(ChannelCollection coll, int idx)
     : base("#" + idx.ToString(), null)
 {
     this.collection = coll;
     this.index = idx;
 }