I am trying to Remove starting 3 elements from a list of strings. I am using the syntax
:mystring.RemoveRange(0,3)
Where 0 is my index and 3 is the range
mylist is a variable of type - Systems.Collections.Generic.List.<System.String>
But I am getting the error - Expression does not produce a value.