G
Guest
I need to code a method to which will be passed an array. I need help on:
1) How do I discover if the passed array is a value type array ?
2) How do I discover the type of each element of the passed array ?
3) How do I discover how many bytes the passed array has ?
4) How do I copy the passed array to a byte[] ?
Thanks.
_____
Marco
1) How do I discover if the passed array is a value type array ?
2) How do I discover the type of each element of the passed array ?
3) How do I discover how many bytes the passed array has ?
4) How do I copy the passed array to a byte[] ?
Thanks.
_____
Marco