copy a part of an Array to a structure

  • Thread starter Thread starter Guest
  • Start date Start date
For arrays you can use BlockCopy (System.Buffer) if you are using value
types. Otherwise you will most likely have to do it by hand.

Yves
 
Back
Top