I'm implementing the ICollection interface into a class of mine
In the msdn help
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpref/html/frlrfSystemCollectionsICollectionClassCopyToTopic.ht
it states several exceptions that can be thrown.
one of them is that the the parameter array cannot be multidimensiona
When I look at the code from EricJ I cannot help think there has to be better way to check if the array is multidimensional or not... I'm not a vb.net expert bt
there should be but i don't know it and until you do this could keep you
going
eric
Philip Wagenaar said:
I'm implementing the ICollection interface into a class of mine.
In the msdn help:
ms-help://MS.VSCC.2003/MS.MSDNQTR.2004APR.1033/cpref/html/frlrfSystemCollect
ionsICollectionClassCopyToTopic.htm
it states several exceptions that can be thrown..
one of them is that the the parameter array cannot be multidimensional
When I look at the code from EricJ I cannot help think there has to be
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.