コード例 #1
0
 public ArrayObjectSource(ICollectionAdaptor source, int[] index)
 {
     this.source = source;
     this.path   = ArrayElementGroup.IndicesToString(index);
 }