Search Results

Search found 1 results on 1 pages for 'kmukund87'.

Page 1/1 | 1 

  • Virtually shifting an array

    - by kmukund87
    Hi, I am using C#. I have an array of size 10. I want to pass it to a function, but only from the second element. In C, this is how I would implement it myfunc( myarray + 1 ) Effectively I am virtually shifting the array / deleting the first element. How do I implement this in C# ?

    Read the article

1