Question

What could I use in replace of IsNested since it is not supported in the compact framework?

Was it helpful?

Solution

Ok, found it using Reflector, looks like its this:

bool is_nested = (array_type.DeclaringType != null);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top