G
Guest
what is the quickest way to check if an array is multidimensional
Philip Wagenaar said:what is the quickest way to check if an array is multidimensional
* =?Utf-8?B?UGhpbGlwIFdhZ2VuYWFy?= said:what is the quickest way to check if an array is multidimensional
better way to check if the array is multidimensional or not... I'm not aPhilip 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