示例#1
0
 public ITuple this[int?fromIncluded, int?toExcluded]
 {
     get { return(STuple.Splice(this, fromIncluded, toExcluded)); }
 }