In C# 8, range operators allow: var dest = source[100..200];. (and a range of other options for open-ended, counted from the end, etc).
確定! 回上一頁