79386243

Date: 2025-01-25 05:56:19
Score: 2.5
Natty:
Report link

i think GetRange() method is more suitable than skip() and take().

List list = new List { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; var list2 = list.GetRange(2,5);

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Arun Kanakkillam