Exemple #1
0
 public LSL_List llDeleteSubList(LSL_List src, int start, int end)
 {
     return src.DeleteSublist(start, end);
 }